VirtualBox

Ignore:
Timestamp:
Oct 16, 2008 10:20:52 PM (16 years ago)
Author:
vboxsync
Message:

solaris new recompiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/fpu/softfloat-native.h

    r1 r13359  
    3232#define islessequal(x, y)       ((!unordered(x, y)) && ((x) <= (y)))
    3333#define isunordered(x,y)        unordered(x, y)
     34#define isinf(x)                ((fpclass(x) == FP_NINF) || (fpclass(x) == FP_PINF))
     35
    3436#endif
    3537
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette