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
|
xorps %xmm1, %xmm1
|
||||||
comisd %xmm0, %xmm1
|
comisd %xmm0, %xmm1
|
||||||
jne .L100 # Alpha != ZERO
|
jne .L100 # Alpha != ZERO
|
||||||
|
jp .L100 # For Alpha = NaN
|
||||||
|
|
||||||
/* Alpha == ZERO */
|
/* Alpha == ZERO */
|
||||||
cmpl $SIZE, INCX
|
cmpl $SIZE, INCX
|
||||||
jne .L50
|
jne .L50
|
||||||
|
|
|
@ -74,7 +74,8 @@
|
||||||
xorps %xmm1, %xmm1
|
xorps %xmm1, %xmm1
|
||||||
comisd %xmm0, %xmm1
|
comisd %xmm0, %xmm1
|
||||||
jne .L100 # Alpha != ZERO
|
jne .L100 # Alpha != ZERO
|
||||||
|
jp .L100 # For Alpha = NaN
|
||||||
|
|
||||||
/* Alpha == ZERO */
|
/* Alpha == ZERO */
|
||||||
cmpq $SIZE, INCX
|
cmpq $SIZE, INCX
|
||||||
jne .L50
|
jne .L50
|
||||||
|
|
Loading…
Reference in New Issue