Refs #86. Test alpha=Nan in x86/x86_64 dscale.

This commit is contained in:
Xianyi Zhang 2012-04-05 18:16:18 +08:00
parent fad089ffff
commit 03b0eb19f7
2 changed files with 4 additions and 2 deletions

View File

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

View File

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