mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
s/movaps/movups/ (see bug 12216)
This commit is contained in:
parent
bad6e175cf
commit
3b7df51eb5
1 changed files with 3 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue