Changeset 94535 in vbox
- Timestamp:
- Apr 9, 2022 9:08:29 AM (3 years ago)
- Location:
- trunk/src/libs/softfloat-3e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/Makefile.kmk
r94483 r94535 25 25 VBox-SoftFloat_DEFS.amd64 := \ 26 26 LITTLEENDIAN \ 27 INLINE_LEVEL=5 \ 27 28 SOFTFLOAT_FAST_INT64 \ 28 INLINE_LEVEL=5 \29 29 SOFTFLOAT_FAST_DIV32TO16 \ 30 30 SOFTFLOAT_FAST_DIV64TO32 \ … … 74 74 source/s_approxRecip32_1.c \ 75 75 source/s_approxRecipSqrt_1Ks.c \ 76 source/s_approxRecipSqrt32_1.c \76 source/s_approxRecipSqrt32_1.c 77 77 78 78 # Specialization (target FPU behaviour): -
trunk/src/libs/softfloat-3e/build/Linux-x86_64-GCC/platform.h
r94480 r94535 41 41 /*---------------------------------------------------------------------------- 42 42 *----------------------------------------------------------------------------*/ 43 #ifdef VBOX /* we end up with unresolved externals otherwise */ 44 # define INLINE static inline 45 #else 43 46 #ifdef __GNUC_STDC_INLINE__ 44 47 #define INLINE inline 45 48 #else 46 49 #define INLINE extern inline 50 #endif 47 51 #endif 48 52
Note:
See TracChangeset
for help on using the changeset viewer.