Skip to content

Commit

Permalink
Word-align the address of polymul_asm (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko- authored and mkannwischer committed Mar 20, 2019
1 parent 6c5f34f commit 545103e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto_kem/kindi256342/m4/mult_notoom_256_16.s
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ ldr.w lr, [sp], #4
bx lr
.global polymul_asm
.type polymul_asm, %function
.align 2
polymul_asm:
stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, ip, lr}
bl schoolbook_16x16
Expand Down
1 change: 1 addition & 0 deletions crypto_kem/ntru-kem-743/m4/mult_toom4_743_12.s
Original file line number Diff line number Diff line change
Expand Up @@ -9597,6 +9597,7 @@ ldr.w lr, [sp], #4
bx lr
.global polymul_asm
.type polymul_asm, %function
.align 2
polymul_asm:
stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, ip, lr}
movw r4, #9672
Expand Down
1 change: 1 addition & 0 deletions crypto_kem/ntruhrss701/m4/mult_toom4_701_11.s
Original file line number Diff line number Diff line change
Expand Up @@ -8574,6 +8574,7 @@ ldr.w lr, [sp], #4
bx lr
.global polymul_asm
.type polymul_asm, %function
.align 2
polymul_asm:
stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, ip, lr}
mov.w r4, #9152
Expand Down
1 change: 1 addition & 0 deletions crypto_kem/rlizard-1024-11/m4/mult_toom4_1024_16.s
Original file line number Diff line number Diff line change
Expand Up @@ -12226,6 +12226,7 @@ ldr.w lr, [sp], #4
bx lr
.global polymul_asm
.type polymul_asm, %function
.align 2
polymul_asm:
stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, ip, lr}
mov.w r4, #13312
Expand Down
1 change: 1 addition & 0 deletions crypto_kem/saber/m4/mult_toom4_256_16.s
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ ldr.w lr, [sp], #4
bx lr
.global polymul_asm
.type polymul_asm, %function
.align 2
polymul_asm:
stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, ip, lr}
sub.w sp, sp, #3328
Expand Down

0 comments on commit 545103e

Please sign in to comment.