diff options
Diffstat (limited to 'src/math/bigint/mulop_amd64')
-rw-r--r-- | src/math/bigint/mulop_amd64/mp_mulop_amd64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S index 63ac55e95..dd794bccd 100644 --- a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S +++ b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/asm_macr.h> +#include <botan/asm_macr_amd64.h> START_LISTING(mp_mulop.S) |