make llvm draw paths compile with the latest changes
[mesa.git] / src / gallium / auxiliary / gallivm / llvm_builtins.c
index 4f98d754baaae79c4a599e650d0e0cdf72ee726e..64b5d499a8ed701a8df178766b3904853266c721 100644 (file)
@@ -30,7 +30,7 @@
   * Authors:
   *   Zack Rusin zack@tungstengraphics.com
   */
-typedef __attribute__(( ocu_vector_type(4) )) float float4;
+typedef __attribute__(( ext_vector_type(4) )) float float4;
 
 extern float powf(float a, float b);