Refs #86. Test alpha=Nan in x86/x86_64 dscale.
This commit is contained in:
parent
fad089ffff
commit
03b0eb19f7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue