diff options
author | Brian <[email protected]> | 2007-08-30 08:41:43 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-30 08:41:43 -0600 |
commit | 57b0f66c6d1213f40061f32f0be2be7aa034033d (patch) | |
tree | 801576c2fd0983789cfc94f27096f710e6148733 /src | |
parent | e47e7a9571c949bbec4827c4eaa07a2fa6635c24 (diff) |
s/movaps/movups/ (see bug 12216)
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/x86-64/xform4.S | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mesa/x86-64/xform4.S b/src/mesa/x86-64/xform4.S index 65328f6666e..70e41c7409f 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.0.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 */ |