Changeset 69441 in vbox for trunk/src/VBox/Runtime/common/math/x86
- Timestamp:
- Oct 27, 2017 4:02:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/x86/fenv-x86.c
-
Property svn:keywords
changed from
Id
toId Revision
r4750 r69441 30 30 #include <sys/cdefs.h> 31 31 #include <sys/types.h> 32 #include <machine/npx.h> 32 #include <machine/npx.h> 33 33 #include "fenv.h"*/ 34 34 #include <iprt/types.h> … … 45 45 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff } 46 46 }; 47 #endif 47 #endif 48 48 49 49 enum __sse_support __has_sse = -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.