aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2015-10-26 16:44:47 +0100
committerRoland Scheidegger <[email protected]>2015-10-26 16:45:49 +0100
commit711489648bcce5cd8fcf14e73e5affe069010c01 (patch)
tree777d23afb4ec3c517423c10bb6900f24f47f279b /src/mesa/drivers/dri/i965/brw_vs_surface_state.c
parenta61be1a79897931e3efb5b9119c48e1fb1257db4 (diff)
gallivm: disable f16c when not using AVX
f16c intrinsic can only be emitted when AVX is used. So when we disable AVX due to forcing 128bit vectors we must not use this intrinsic (depending on llvm version, this worked previously because llvm used AVX even when we didn't tell it to, however I've seen this fail with llvm 3.3 since 718249843b915decf8fccec92e466ac1a6219934 which seems to have the side effect of disabling avx in llvm albeit it only touches sse flags really, but with ea421e919ae6e72e1319fb205c42a6fb53ca2f82 it's now really disabled). Albeit being able to use AVX with 128bit vectors also would have its uses, the code as is really was meant to emulate jit code creation for less capable cpus. v2: add some (ifdefed out) missing de-featuring options for simulating less capable cpus. Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs_surface_state.c')
0 files changed, 0 insertions, 0 deletions