Skip to content

Commit c064319

Browse files
authored
fix alpha=NAN case
1 parent c2ffd90 commit c064319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/zscal_sse.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
pxor %xmm15, %xmm15
7777
comiss %xmm0, %xmm15
7878
jne .L100 # Alpha_r != ZERO
79-
79+
jp .L100 # Alpha_r == NAN
8080
comiss %xmm1, %xmm15
8181
jne .L100 # Alpha_i != ZERO
8282

0 commit comments

Comments
 (0)