-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose erf{,c}{,f}
from libm
#753
Conversation
Rebased on top of #754 to please clippy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be fine but I'm not going to merge it yet. The update to compiler-builtins
in r-l/rust is more or less blocked, I'm going to wait for that to flush before adding any more functionality to compiler-builtins
on the off chance it causes errors.
Wound up reverting the blocking PR so this is unstuck |
Exposes the error function so we can expose this in the standard library. [1]: rust-lang/compiler-builtins#753
Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Update `compiler-builtins` to 0.1.146 Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Update `compiler-builtins` to 0.1.146 Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Rollup merge of rust-lang#136714 - tgross35:update-builtins, r=tgross35 Update `compiler-builtins` to 0.1.146 Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Update `compiler-builtins` to 0.1.146 Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Update `compiler-builtins` to 0.1.146 Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
Exposes the error function so we can expose this in the standard library [1]. [1]: rust-lang/compiler-builtins#753
For rust-lang/rust#136324