Age | Commit message (Expand) | Author |
---|---|---|
2013-06-03 | sna: Always populate the CPU features string | Chris Wilson |
2013-03-26 | sna: Add extra '()' around bitwise &/&& for CPU feature detection | Chris Wilson |
2013-03-26 | sna: Check for OS support of AVX/AVX2 before use | Chris Wilson |
2013-03-26 | sna: Fix AVX2 detection | Chris Wilson |
2013-03-26 | sna: AVX2 is in the ebx result of cpuid | Chris Wilson |
2013-03-03 | sna: CPUID return ISA features in ecx/edx | Chris Wilson |
2013-02-27 | sna: Fix syntax for __get_cpuid() | Chris Wilson |
2013-02-27 | sna: Prettify GCC version detection in headers | Chris Wilson |
2013-02-27 | sna: Improve compatibility of cpuid.h detection | Chris Wilson |
2013-02-26 | sna: Mention if compiled as 64bit as part of the CPU feature detection | Chris Wilson |
2013-02-26 | sna: Ignore SSE4a - not an Intel ISA! | Chris Wilson |
2013-02-26 | sna: Print detected CPU features | Chris Wilson |
2013-02-26 | sna: Fix build on older GCC for cpuid() | Chris Wilson |
2013-02-25 | sna: Detect available instruction sets at runtime | Chris Wilson |