Skip to content

Commit

Permalink
test: Reenable previously disabled testfloat tests (for 32-bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and axic committed May 23, 2022
1 parent 7eb694c commit 9725e18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/testfloat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ if(TESTFLOAT_GEN)
list(APPEND IGNORE_LIST ui64_to_f64/min)
endif()

if(CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64 AND CMAKE_SIZEOF_VOID_P EQUAL 4)
# TODO: On i386 (32-bit) there are bugs in the arithmetic instructions
# with default rounding.
list(APPEND IGNORE_LIST
f64_add/near_even
f64_sub/near_even
f64_mul/near_even
f64_div/near_even)
endif()

set(ROUNDING_MODES near_even minMag min max)

# Arithmetic functions: sensitive to rounding and NaNs.
Expand Down

0 comments on commit 9725e18

Please sign in to comment.