summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-30 08:41:38 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-30 08:41:38 -0600
commit3b7df51eb5f5e2f980248f5e8c547869ea93ac78 (patch)
tree737ba827e015418a4cf50f948977a0d7d07bbf81 /src/mesa/x86-64
parentbad6e175cf59cce630c37d73f6e71f3a4de50ae6 (diff)
s/movaps/movups/ (see bug 12216)
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r--src/mesa/x86-64/xform4.S8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mesa/x86-64/xform4.S b/src/mesa/x86-64/xform4.S
index 65328f6666..4f7f914eea 100644
--- a/src/mesa/x86-64/xform4.S
+++ b/src/mesa/x86-64/xform4.S
@@ -1,10 +1,8 @@
-/* $Id: xform4.S,v 1.2 2006/04/17 18:58:24 krh Exp $ */
-
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 7.1
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -64,7 +62,7 @@ _mesa_x86_64_transform_points4_general:
p4_general_loop:
- movaps (%rdx), %xmm8 /* ox | oy | oz | ow */
+ movups (%rdx), %xmm8 /* ox | oy | oz | ow */
prefetchw 16(%rdi)
pshufd $0x00, %xmm8, %xmm0 /* ox | ox | ox | ox */