Slight speedup by getting alignment right.
This commit is contained in:
parent
1499e3fc0d
commit
423b394625
@ -32,10 +32,12 @@
|
||||
|
||||
bits 64
|
||||
section .text
|
||||
align 16
|
||||
|
||||
global __gmpn_mul_1:function
|
||||
|
||||
|
||||
align 16
|
||||
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
|
||||
__gmpn_mul_1:
|
||||
mov r11, rdx
|
||||
lea rsi, [rsi+rdx*8]
|
||||
|
Loading…
Reference in New Issue
Block a user