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

/freebsd-12-stable/lib/msun/i387/
H A Dfenv.c52 enum __sse_support __has_sse = variable in typeref:enum:__sse_support
86 __has_sse = __SSE_YES;
90 __has_sse = __SSE_NO;
/freebsd-12-stable/lib/msun/x86/
H A Dfenv.h150 /* After testing for SSE support once, we cache the result in __has_sse. */
152 extern enum __sse_support __has_sse;
157 #define __HAS_SSE() (__has_sse == __SSE_YES || \
158 (__has_sse == __SSE_UNK && __test_sse()))

Completed in 108 milliseconds