temporarily(?) disable the alpha=0 branch to handle NaN/Inf in x
This commit is contained in:
parent
7f8f037a36
commit
0a744a939a
|
@ -75,7 +75,7 @@
|
||||||
comisd %xmm0, %xmm1
|
comisd %xmm0, %xmm1
|
||||||
jne .L100 # Alpha != ZERO
|
jne .L100 # Alpha != ZERO
|
||||||
jp .L100 # For Alpha = NaN
|
jp .L100 # For Alpha = NaN
|
||||||
|
je .L100 # disable the Alpha=zero path as it does not handle x=inf or nan
|
||||||
/* Alpha == ZERO */
|
/* Alpha == ZERO */
|
||||||
cmpq $SIZE, INCX
|
cmpq $SIZE, INCX
|
||||||
jne .L50
|
jne .L50
|
||||||
|
|
Loading…
Reference in New Issue