diff options
author | Jack Lloyd <[email protected]> | 2018-09-10 15:27:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-10 15:27:03 -0400 |
commit | bc1c6aa1cb19b43b4f00a6a812deeb05cdc6d0e3 (patch) | |
tree | dadee9284757727f0655cb94f727d481a0759a74 /src/lib/math/mp/mp_madd.h | |
parent | 7ab32d49da6b0e951a3740ee0e6614d3147642c2 (diff) |
Remove redundant defines
Diffstat (limited to 'src/lib/math/mp/mp_madd.h')
-rw-r--r-- | src/lib/math/mp/mp_madd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/math/mp/mp_madd.h b/src/lib/math/mp/mp_madd.h index 4f34efe39..43c769c7c 100644 --- a/src/lib/math/mp/mp_madd.h +++ b/src/lib/math/mp/mp_madd.h @@ -34,14 +34,12 @@ namespace Botan { #if defined(BOTAN_USE_GCC_INLINE_ASM) #define BOTAN_MP_USE_X86_32_ASM - #define ASM(x) x "\n\t" #elif defined(BOTAN_BUILD_COMPILER_IS_MSVC) #define BOTAN_MP_USE_X86_32_MSVC_ASM #endif #elif defined(BOTAN_TARGET_ARCH_IS_X86_64) && (BOTAN_MP_WORD_BITS == 64) && (BOTAN_USE_GCC_INLINE_ASM) #define BOTAN_MP_USE_X86_64_ASM - #define ASM(x) x "\n\t" #endif #if defined(BOTAN_MP_USE_X86_32_ASM) || defined(BOTAN_MP_USE_X86_64_ASM) |