Fix NaN handling of simd float min and max operations
This commit is contained in:
parent
f3d97cce27
commit
3c030e2425
7 changed files with 83 additions and 41 deletions
|
|
@ -79,7 +79,6 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
|
|||
|
||||
# giving different but possibly correct results
|
||||
# =============================================
|
||||
rm src/test/ui/simd/intrinsic/float-minmax-pass.rs # same
|
||||
rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
|
||||
rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
|
||||
rm src/test/ui/consts/issue-33537.rs # same
|
||||
|
|
|
|||
|
|
@ -72,6 +72,10 @@ function base_sysroot_tests() {
|
|||
$MY_RUSTC example/track-caller-attribute.rs --crate-type bin -Cpanic=abort --target "$TARGET_TRIPLE"
|
||||
$RUN_WRAPPER ./target/out/track-caller-attribute
|
||||
|
||||
echo "[AOT] float-minmax-pass"
|
||||
$MY_RUSTC example/float-minmax-pass.rs --crate-type bin -Cpanic=abort --target "$TARGET_TRIPLE"
|
||||
$RUN_WRAPPER ./target/out/float-minmax-pass
|
||||
|
||||
echo "[AOT] mod_bench"
|
||||
$MY_RUSTC example/mod_bench.rs --crate-type bin --target "$TARGET_TRIPLE"
|
||||
$RUN_WRAPPER ./target/out/mod_bench
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue