summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_cpu_detect.c
Commit message (Expand)AuthorAgeFilesLines
* util,gallivm: Explicitly enable/disable fma attribute.Jose Fonseca2016-06-101-0/+1
* gallium,utils: Fix trivial sign compare warningsJan Vesely2016-05-031-1/+1
* include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca2016-02-111-2/+1
* gallium: Add DragonFly supportFrançois Tigeot2016-01-311-1/+1
* Remove Sun CC specific code.Jose Fonseca2015-12-021-5/+5
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* gallium/util: make sure cache line size is not zeroLeonid Shatz2015-01-051-1/+5
* gallium/util: fix crash with daz detection on x86Roland Scheidegger2015-01-051-1/+1
* util: don't try to emit half-float intrinsics if avx isn't availableRoland Scheidegger2014-09-191-1/+1
* util: Fix unmatched parenthesis.Vinson Lee2013-09-101-1/+1
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-101-1/+4
* util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2013-08-201-0/+48
* util: (trivial) fix asm input/output list for fxsaveRoland Scheidegger2013-08-091-1/+1
* util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).Dieter Nützel2013-08-091-1/+1
* util: (trivial) fix compile error with MSVC on x86Roland Scheidegger2013-08-081-1/+1
* util: try much harder to set DAZ flagRoland Scheidegger2013-08-081-0/+29
* gallium/util: Fix detection of AVX cpu capsAndre Heider2013-07-231-2/+25
* util: (trivial) add has_popcnt fieldRoland Scheidegger2013-06-191-0/+1
* util: Use sizeof(void *) rather than 0 as the fallback cache line sizeRichard Sandiford2013-06-101-0/+5
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-041-0/+1
* gallium/util: Correct shift value for TSC feature detection.Maxence Le Doré2013-03-081-1/+1
* gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.José Fonseca2012-09-041-0/+5
* util: Add cpuid for Solaris Studio.Vinson Lee2012-09-031-2/+2
* util: add cpu detection for sse 4.2 and avxBrian Paul2011-04-071-0/+4
* util: simplify bit shifting in util_cpu_detect()Brian Paul2011-04-071-11/+11
* util: Use #ifdef instead of #if.Vinson Lee2010-08-211-1/+1
* util: Define dump_cpu only for DEBUG builds.Vinson Lee2010-08-211-0/+2
* util: Remove the x86 exception handlers.José Fonseca2010-08-211-55/+0
* util: Remove check_os_katmai_support.Vinson Lee2010-08-161-119/+1
* gallium: Make printing info on debug builds default offJakob Bornecrantz2010-08-151-1/+1
* u_cpu_detect: remove arch and little_endianLuca Barbieri2010-08-141-18/+0
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* util: Add option to not dump cpu capsJakob Bornecrantz2010-08-051-17/+22
* util: fix unused function warning on non-x86Brian Paul2010-07-261-0/+3
* util: fix CPU detection on OS Xnobled2010-07-261-6/+6
* gallium/util: replace //-style commentsBrian Paul2009-11-171-3/+3
* util: Drop return value from cpuid().José Fonseca2009-10-281-10/+6
* util: Fix cpuid on MSVC.José Fonseca2009-10-281-1/+5
* util: Set cpu endianness too.José Fonseca2009-10-221-0/+2
* gallium/util: fix cpu detection on ppcMarc Dietrich2009-10-211-5/+9
* util: Fix cpu detection on Windows. Cleanup.José Fonseca2009-10-141-10/+9
* util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* util: Improve the cpuid assembly.José Fonseca2009-10-051-10/+12
* util: Fix cpuid invocation for x86_64.José Fonseca2009-10-041-11/+23
* util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.José Fonseca2009-09-291-373/+368
* gallium: Import Dennis Smit cpu detection code.José Fonseca2008-03-101-0/+506