m3g/m3gcore11/src/m3g_math.c
branchRCL_3
changeset 7 5e51caaeeb72
parent 5 25f95128741d
--- a/m3g/m3gcore11/src/m3g_math.c	Tue Apr 27 17:59:32 2010 +0300
+++ b/m3g/m3gcore11/src/m3g_math.c	Tue May 11 17:25:23 2010 +0300
@@ -1842,7 +1842,7 @@
  */
 #if defined(M3G_HW_FLOAT_VFPV2)
 
-M3G_API __asm void m3gLerp(M3Gint size,
+__weak __asm void m3gLerp(M3Gint size,
 				   M3Gfloat *vec,
 				   M3Gfloat s,
 				   const M3Gfloat *start, const M3Gfloat *end)
@@ -1853,6 +1853,7 @@
 // r3 = *start
 // sp[0] = *end
 
+		EXPORT	m3gLerp[DYNAMIC]
 		CODE32
 /*
     M3Gfloat sCompl = 1.0 - s;