mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
AK: Remove i686 support
This commit is contained in:
parent
91db482ad3
commit
feeb25bcee
5 changed files with 26 additions and 38 deletions
|
@ -171,7 +171,7 @@ TEST_CASE(simple_cases)
|
|||
|
||||
// FIXME: These are different in 32 bit, since that will be removed some time (soon?)
|
||||
// we can remove this guard at that point.
|
||||
#if not defined(__serenity__) || not ARCH(I386)
|
||||
#if not defined(__serenity__)
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(89255e-22);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(8925.5e-21);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(8.9255e-18);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue