Home | History | Annotate | Download | only in tests

Lines Matching full:x86

7 // This file determines x86/AMD64 features a processor supports.
13 // any feature if run on a non-x86/AMD64 machine).
50 if ( strcmp( cpu, "x86-fpu" ) == 0 ) {
53 } else if ( strcmp( cpu, "x86-cmov" ) == 0 ) {
56 } else if ( strcmp( cpu, "x86-mmx" ) == 0 ) {
59 } else if ( strcmp( cpu, "x86-mmxext" ) == 0 ) {
62 } else if ( strcmp( cpu, "x86-sse" ) == 0 ) {
65 } else if ( strcmp( cpu, "x86-sse2" ) == 0 ) {
68 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) {
71 } else if ( strcmp( cpu, "x86-ssse3" ) == 0 ) {
74 } else if ( strcmp( cpu, "x86-lzcnt" ) == 0 ) {
122 return 2; // Feature not recognised (non-x86/AMD64 machine!)