Searched refs:__has_sse (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/nocrt/x86/
H A Dfenv.h108 /* After testing for SSE support once, we cache the result in __has_sse. */
110 extern enum __sse_support RT_NOCRT(__has_sse);
115 #define __HAS_SSE() (RT_NOCRT(__has_sse) == __SSE_YES || \
116 (RT_NOCRT(__has_sse) == __SSE_UNK && RT_NOCRT(__test_sse)()))
261 # define __has_sse RT_NOCRT(__has_sse) macro
/vbox/src/VBox/Runtime/common/math/x86/
H A Dfenv-x86.c49 enum __sse_support __has_sse = variable in typeref:enum:__sse_support
83 __has_sse = __SSE_YES;
87 __has_sse = __SSE_NO;

Completed in 42 milliseconds