summaryrefslogtreecommitdiff
path: root/src/sna/sna_cpu.c
AgeCommit message (Expand)Author
2013-06-03sna: Always populate the CPU features stringChris Wilson
2013-03-26sna: Add extra '()' around bitwise &/&& for CPU feature detectionChris Wilson
2013-03-26sna: Check for OS support of AVX/AVX2 before useChris Wilson
2013-03-26sna: Fix AVX2 detectionChris Wilson
2013-03-26sna: AVX2 is in the ebx result of cpuidChris Wilson
2013-03-03sna: CPUID return ISA features in ecx/edxChris Wilson
2013-02-27sna: Fix syntax for __get_cpuid()Chris Wilson
2013-02-27sna: Prettify GCC version detection in headersChris Wilson
2013-02-27sna: Improve compatibility of cpuid.h detectionChris Wilson
2013-02-26sna: Mention if compiled as 64bit as part of the CPU feature detectionChris Wilson
2013-02-26sna: Ignore SSE4a - not an Intel ISA!Chris Wilson
2013-02-26sna: Print detected CPU featuresChris Wilson
2013-02-26sna: Fix build on older GCC for cpuid()Chris Wilson
2013-02-25sna: Detect available instruction sets at runtimeChris Wilson