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

/bionic/libm/i387/
H A Dfenv.c68 enum __sse_support { __SSE_YES, __SSE_NO, __SSE_UNK }; enumerator in enum:__sse_support
72 #define __HAS_SSE() (__has_sse == __SSE_YES || \
78 __SSE_YES;
111 __has_sse = __SSE_YES;

Completed in 29 milliseconds