mirror of
https://github.com/catchorg/Catch2.git
synced 2026-01-27 01:32:23 +01:00
Without SSE2 enabled, x86 targets will use x87 FPU, which breaks the tests checking for reproducible results from our random floating point number generators. The output is still reproducible, at least between binaries targetting x87, but the tests hardcode results for the whole pipeline being done in 32/64bit precision. Closes #2796
25 KiB
25 KiB