glsl: lower mediump temporaries to 16 bits except structures (v2)
[mesa.git] / src / mesa / x86 / 3dnow.c
index c46cfbc578837e8125e4775525db96e6d347d57c..df7c64fcb1289be8e18b4d6da560b7db5c985bff 100644 (file)
@@ -47,20 +47,20 @@ DECLARE_XFORM_GROUP( 3dnow, 3 )
 DECLARE_XFORM_GROUP( 3dnow, 4 )
 
 
-extern void _ASMAPI
+extern void
 _mesa_v16_3dnow_general_xform( GLfloat *first_vert,
                               const GLfloat *m,
                               const GLfloat *src,
                               GLuint src_stride,
                               GLuint count );
 
-extern void _ASMAPI
+extern void
 _mesa_3dnow_project_vertices( GLfloat *first,
                              GLfloat *last,
                              const GLfloat *m,
                              GLuint stride );
 
-extern void _ASMAPI
+extern void
 _mesa_3dnow_project_clipped_vertices( GLfloat *first,
                                      GLfloat *last,
                                      const GLfloat *m,