Skip to content

Commit a747b4d

Browse files
committed
return 0 on fft.s
1 parent 93c76a5 commit a747b4d

File tree

1 file changed

+2
-0
lines changed
  • contents/cooley_tukey/code/asm-x64

1 file changed

+2
-0
lines changed

contents/cooley_tukey/code/asm-x64/fft.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,9 @@ end_loop:
392392
lea rsi, [rsp + 1024]
393393
mov rdx, 1024
394394
call approx
395+
xor rax, rax
395396
add rsp, 2048
396397
pop r12
397398
ret
398399

400+

0 commit comments

Comments
 (0)