temporarily(?) disable the alpha=0 branch to handle NaN/Inf in x

This commit is contained in:
Martin Kroeker 2024-06-22 21:07:43 +02:00 committed by GitHub
parent 7f8f037a36
commit 0a744a939a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
comisd %xmm0, %xmm1
jne .L100 # Alpha != ZERO
jp .L100 # For Alpha = NaN
je .L100 # disable the Alpha=zero path as it does not handle x=inf or nan
/* Alpha == ZERO */
cmpq $SIZE, INCX
jne .L50