Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Use CRT float functions from MathF #3167

Closed
tijoytom-zz opened this issue Mar 30, 2017 · 3 comments
Closed

Use CRT float functions from MathF #3167

tijoytom-zz opened this issue Mar 30, 2017 · 3 comments
Assignees

Comments

@tijoytom-zz
Copy link
Contributor

Right now MathF functions are just forwards to Math , but we need to change them to use lower precision but efficient f* functions..

@tannergooding
Copy link
Member

@jkotas, the changes here look relatively simple to make. But I'm not familiar with the RuntimeLibrary definition (

[RuntimeImport(RuntimeLibrary, "asin")]
), where would I find it?

@jkotas
Copy link
Member

jkotas commented Mar 30, 2017

These match functions has been coming straight from CRT. There is nothing defining them explicitly.

@tannergooding
Copy link
Member

Awesome. Then this looks like a relatively simple change. I'm willing to take this on if someone else isn't going to 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants