summaryrefslogtreecommitdiff
path: root/mpn/x86_64/bd2
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-09-05 23:01:32 +0200
committerTorbjorn Granlund <tg@gmplib.org>2019-09-05 23:01:32 +0200
commitc8cfccc22cac40eb38788ce5aef85fbeba1a5085 (patch)
tree776b9ba0583244a870cbac4c40c6c66cc3b9acfe /mpn/x86_64/bd2
parent44a237d2799aee64f9c6e403ea19e2aade4867ca (diff)
downloadgmp-c8cfccc22cac40eb38788ce5aef85fbeba1a5085.tar.gz
Align function start to 64-byte boundary.
Diffstat (limited to 'mpn/x86_64/bd2')
-rw-r--r--mpn/x86_64/bd2/gcd_11.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/x86_64/bd2/gcd_11.asm b/mpn/x86_64/bd2/gcd_11.asm
index b4f8935c0..b1670770d 100644
--- a/mpn/x86_64/bd2/gcd_11.asm
+++ b/mpn/x86_64/bd2/gcd_11.asm
@@ -70,7 +70,7 @@ ABI_SUPPORT(STD64)
ASM_START()
TEXT
- ALIGN(16)
+ ALIGN(64)
PROLOGUE(mpn_gcd_11)
FUNC_ENTRY(2)
mov v0, %rdx