s/movaps/movups/ (see bug 12216)

This commit is contained in:
Brian 2007-08-30 08:41:38 -06:00
parent bad6e175cf
commit 3b7df51eb5

View file

@ -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 */