Skip to content

Commit e8f8279

Browse files
authored
Update nrm2_sse.S
1 parent f0b6d79 commit e8f8279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/x86_64/nrm2_sse.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,15 +406,15 @@
406406
addpd %xmm1, %xmm0
407407
addpd %xmm3, %xmm2
408408
addpd %xmm2, %xmm0
409-
#ifndef DOUBLE
409+
410410
#ifndef HAVE_SSE3
411411
movapd %xmm0, %xmm1
412412
unpckhpd %xmm0, %xmm0
413413
addsd %xmm1, %xmm0
414414
#else
415415
haddpd %xmm0, %xmm0
416416
#endif
417-
#endif
417+
418418
ALIGN_4
419419

420420
.L999:

0 commit comments

Comments
 (0)