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

/freebsd-11-stable/sys/amd64/amd64/
H A Dinitcpu.c48 static int hw_instruction_sse; variable
50 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
229 cpu_fxsr = hw_instruction_sse = 1;
/freebsd-11-stable/sys/i386/i386/
H A Dinitcpu.c71 static int hw_instruction_sse; variable
73 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
760 cpu_fxsr = hw_instruction_sse = 1;

Completed in 229 milliseconds