[quake3-commits] r2190 - trunk/code/asm

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 28 14:51:31 EDT 2011


Author: tma
Date: 2011-10-28 14:51:31 -0400 (Fri, 28 Oct 2011)
New Revision: 2190

Modified:
   trunk/code/asm/snapvector.c
Log:
* I zigged when I should have zagged

Modified: trunk/code/asm/snapvector.c
===================================================================
--- trunk/code/asm/snapvector.c	2011-10-27 21:39:05 UTC (rev 2189)
+++ trunk/code/asm/snapvector.c	2011-10-28 18:51:31 UTC (rev 2190)
@@ -55,9 +55,9 @@
 
 #define QROUNDX87(src) \
 	"flds " src "\n" \
-	"fistpl " src "\n" \
-	"fildl " src "\n" \
-	"fstpl " src "\n"	
+	"fistps " src "\n" \
+	"filds " src "\n" \
+	"fstps " src "\n"	
 
 void qsnapvectorx87(vec3_t vec)
 {



More information about the quake3-commits mailing list