diff options
| author | bors <bors@rust-lang.org> | 2021-04-18 14:39:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-04-18 14:39:34 +0000 |
| commit | ef8843428664c64a1681663f93f0dc4d2ce24276 (patch) | |
| tree | e02830a3cafd5e34a92b2a0faf1bbc965e154a7c /library/std/src/sys/unix/mod.rs | |
| parent | b021beeb6021d8885dc3f21e75a7f56502849633 (diff) | |
| parent | 487e27350a16e35f77ca471f368be3da28dac27c (diff) | |
| download | rust-ef8843428664c64a1681663f93f0dc4d2ce24276.tar.gz rust-ef8843428664c64a1681663f93f0dc4d2ce24276.zip | |
Auto merge of #84274 - nagisa:fix-simd, r=nikic
Don't set fast-math for the SIMD operations we set it for previously Instead of `fast-math`. `fast-math` implies things like functions not being able to accept as an argument or return as a result, say, `inf` which made these functions confusingly named or behaving incorrectly, depending on how you interpret it. It seems that the intended behaviour was to set a `afn` flag instead. In doing so we also renamed the intrinsics to say `_approx` so that it is clear these are not precision oriented and the users can act accordingly. Fixes #84268
Diffstat (limited to 'library/std/src/sys/unix/mod.rs')
0 files changed, 0 insertions, 0 deletions
