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

/haiku/headers/posix/arch/x86/
H A Dfenv.h86 /* After testing for SSE support once, we cache the result in __has_sse. */
88 extern enum __sse_support __has_sse;
93 #define __HAS_SSE() (__has_sse == __SSE_YES || \
94 (__has_sse == __SSE_UNK && __test_sse()))
/haiku/src/system/libroot/posix/arch/x86/
H A Dfenv.c45 enum __sse_support __has_sse = variable in typeref:enum:__sse_support
79 __has_sse = __SSE_YES;
83 __has_sse = __SSE_NO;
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c26 int __has_sse; variable

Completed in 67 milliseconds