diff options
author | José Fonseca <[email protected]> | 2012-08-31 17:01:50 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2012-09-04 08:49:00 +0100 |
commit | 7eb504019731368fd55f01e0264b195d4f99ae93 (patch) | |
tree | 5e64eeb49422420d7b82356462bcc759bc27d270 /src/gallium/auxiliary/util/u_cpu_detect.h | |
parent | 9a31e090efb15ec34e7a1a5e707d600a11d74925 (diff) |
gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.
8-wide vectors is slower.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_cpu_detect.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_cpu_detect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_cpu_detect.h b/src/gallium/auxiliary/util/u_cpu_detect.h index b44d9d9a0fe..acac6865849 100644 --- a/src/gallium/auxiliary/util/u_cpu_detect.h +++ b/src/gallium/auxiliary/util/u_cpu_detect.h @@ -52,6 +52,7 @@ struct util_cpu_caps { int x86_cpu_type; unsigned cacheline; + unsigned has_intel:1; unsigned has_tsc:1; unsigned has_mmx:1; unsigned has_mmx2:1; |