summaryrefslogtreecommitdiff
path: root/mpn/x86_64/core2/aorrlsh_n.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86_64/core2/aorrlsh_n.asm')
-rw-r--r--mpn/x86_64/core2/aorrlsh_n.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpn/x86_64/core2/aorrlsh_n.asm b/mpn/x86_64/core2/aorrlsh_n.asm
index 8d03970ca..a8f5c051a 100644
--- a/mpn/x86_64/core2/aorrlsh_n.asm
+++ b/mpn/x86_64/core2/aorrlsh_n.asm
@@ -20,4 +20,8 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
MULFUNC_PROLOGUE(mpn_addlsh_n mpn_addlsh_nc mpn_rsblsh_n)
+
+ABI_SUPPORT(DOS64)
+ABI_SUPPORT(ELF64)
+
include_mpn(`x86_64/coreinhm/aorrlsh_n.asm')