summaryrefslogtreecommitdiff
path: root/mpn/arm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2018-11-07 09:40:46 +0100
committerTorbjorn Granlund <tg@gmplib.org>2018-11-07 09:40:46 +0100
commit3b49f3dbca73f3ecc6aefa6114e682dc921d9886 (patch)
treecc6a3d758c172e2aebba1f45868c504069f15d5b /mpn/arm
parenta2d7d36530f2dc94339749a6435b0d9fbfea7121 (diff)
downloadgmp-3b49f3dbca73f3ecc6aefa6114e682dc921d9886.tar.gz
(ASM_START): Provide local definition.
* mpn/arm/arm-defs.m4 (ASM_START): Provide local definition.
Diffstat (limited to 'mpn/arm')
-rw-r--r--mpn/arm/arm-defs.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/mpn/arm/arm-defs.m4 b/mpn/arm/arm-defs.m4
index 652b7a5ed..dc5319f84 100644
--- a/mpn/arm/arm-defs.m4
+++ b/mpn/arm/arm-defs.m4
@@ -2,7 +2,7 @@ divert(-1)
dnl m4 macros for ARM assembler.
-dnl Copyright 2001, 2012-2016 Free Software Foundation, Inc.
+dnl Copyright 2001, 2012-2016, 2018 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
@@ -36,6 +36,9 @@ dnl don't want to disable macro expansions in or after them.
changecom(@&*$)
+define(`ASM_START',`
+ifelse($1,`neon',`.fpu neon',
+m4_assert_numargs(0))')
dnl APCS register names.