VirtualBox

Changeset 94537 in vbox for trunk/include/iprt/cdefs.h


Ignore:
Timestamp:
Apr 10, 2022 2:14:38 PM (3 years ago)
Author:
vboxsync
Message:

iprt/types.h,cdefs.h: Added RTFLOAT128U and associated macros. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r93836 r94537  
    8686# define RT_COMPILER_GROKS_64BIT_BITFIELDS
    8787# define RT_COMPILER_WITH_80BIT_LONG_DOUBLE
     88# define RT_COMPILER_WITH_128BIT_LONG_DOUBLE
    8889# define RT_COMPILER_WITH_128BIT_INT_TYPES
    8990# define RT_NO_VISIBILITY_HIDDEN
     
    11151116#if (defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)) && !defined(RT_OS_WINDOWS)
    11161117# define RT_COMPILER_WITH_80BIT_LONG_DOUBLE
     1118#endif
     1119
     1120/** @def RT_COMPILER_WITH_128BIT_LONG_DOUBLE
     1121 * Macro that is defined if the compiler implements long double as the
     1122 * IEEE quadruple precision floating (128-bit).
     1123 * @note Currently not able to detect this, so must be explicitly defined. */
     1124#if 0
     1125# define RT_COMPILER_WITH_128BIT_LONG_DOUBLE
    11171126#endif
    11181127
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