Home
last modified time | relevance | path

Searched defs:sse4a (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c1131 const char *sse4a = has_sse4a ? " -msse4a" : " -mno-sse4a"; in host_detect_local_cpu() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d150 bool sse4a() {return _sse4a;} in sse4a() function