diff options
author | Zack Rusin <[email protected]> | 2008-04-21 00:10:39 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-04-21 00:26:18 -0400 |
commit | 201ac414d4df00745e487a6ffbc9979a2e70f0c6 (patch) | |
tree | 3713e1c2c0389a0cf55ece047f55a2333b7036c0 /src/gallium/auxiliary/gallivm/llvm_builtins.c | |
parent | 40e0439db448a7d93ddb18faac7f14b47b1343c0 (diff) |
make llvm draw paths compile with the latest changes
switch the method of distribution of builtins (to get rid of the
llvm2cpp dependency)
Diffstat (limited to 'src/gallium/auxiliary/gallivm/llvm_builtins.c')
-rw-r--r-- | src/gallium/auxiliary/gallivm/llvm_builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/llvm_builtins.c b/src/gallium/auxiliary/gallivm/llvm_builtins.c index 4f98d754baa..64b5d499a8e 100644 --- a/src/gallium/auxiliary/gallivm/llvm_builtins.c +++ b/src/gallium/auxiliary/gallivm/llvm_builtins.c @@ -30,7 +30,7 @@ * Authors: * Zack Rusin [email protected] */ -typedef __attribute__(( ocu_vector_type(4) )) float float4; +typedef __attribute__(( ext_vector_type(4) )) float float4; extern float powf(float a, float b); |