Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions avx2/basemul.S
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ vmovdqa %ymm11,(64*\off+48)*2(%rdi)

.text
.global cdecl(basemul_avx)
.type cdecl(basemul_avx), @function
cdecl(basemul_avx):
.cfi_startproc
mov %rsp,%r8
and $-32,%rsp
sub $32,%rsp
Expand All @@ -103,3 +105,5 @@ schoolbook 3

mov %r8,%rsp
ret
.cfi_endproc
.size cdecl(basemul_avx), .-cdecl(basemul_avx)