Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: Add switch to imageinout_test for enabling floating point ex…
…ceptions. (AcademySoftwareFoundation#4463) Adds new feature: floating point exceptions, to imageinout_test binary. Running `imageinout_test --enable-fpe` will run the test with FPEs enabled. Currently it is catching a FP overflow in libjxl. Once that is fixed, it may find other FPEs. For now, this is a Linux-only feature. ``` $ ./imageinout_test --enable-fpe ``` Signed-off-by: Bram Stolk <[email protected]>
- Loading branch information