Merge branch 'develop' into sandybridge

This commit is contained in:
Xianyi Zhang
2012-05-25 23:16:44 +08:00
31 changed files with 5810 additions and 189 deletions

View File

@@ -495,7 +495,6 @@
ALIGN_4
.L999:
RESTOREREGISTERS
subl $8, %esp
movss %xmm0, (%esp)

View File

@@ -76,7 +76,8 @@
xorps %xmm1, %xmm1
comisd %xmm0, %xmm1
jne .L100 # Alpha != ZERO
jp .L100 # For Alpha = NaN
/* Alpha == ZERO */
cmpl $SIZE, INCX
jne .L50

View File

@@ -74,7 +74,8 @@
xorps %xmm1, %xmm1
comisd %xmm0, %xmm1
jne .L100 # Alpha != ZERO
jp .L100 # For Alpha = NaN
/* Alpha == ZERO */
cmpq $SIZE, INCX
jne .L50