rust/src/test
bors ef88434286 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
2021-04-18 14:39:34 +00:00
..
assembly Allow using -C force-unwind-tables=no when panic=unwind 2021-04-11 22:32:40 +08:00
auxiliary
codegen Don't set fast(-math) for certain simd ops 2021-04-17 23:33:10 +03:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Fix closed over variables not available in debuginfo for Windows MSVC 2021-04-08 14:08:56 -04:00
incremental Mark has_global_allocator query as eval_always 2021-04-16 16:28:54 -04:00
mir-opt Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simulacrum 2021-04-05 00:24:31 +02:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
run-make-fulldeps Update Source Serif to release 4.004 2021-04-05 10:48:08 +02:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
rustdoc-gui Add test to ensure search tabs behaviour 2021-04-01 21:55:20 +02:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui rustdoc: Give a more accurate span for anchor failures 2021-04-17 16:03:03 -04:00
rustfix
ui Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay 2021-04-18 07:23:54 +00:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md