forked from rizinorg/rizin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weaken f80 assertions in test_float for non-x86 (rizinorg#4280)
OpenBSD/sparc64 uses 128-bit floats as long double by default while our tests seeminly assumed either 64-bit or 80-bit, both of which produce different results than 128 here. Since 80-bit is x86-specific, we check only the bits we know will be identical between other architectures.
- Loading branch information
1 parent
1011553
commit 2a9f765
Showing
1 changed file
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters