diff options
author | lloyd <[email protected]> | 2010-08-25 17:56:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-25 17:56:44 +0000 |
commit | 7c428b871db0a21e79ba420ac7e35854a7db9c6a (patch) | |
tree | ca918c8011e893920a12663674693645db426f57 /src/math | |
parent | d409bf8e3d7b50f61c19a0d05d3bdc364ff19f6e (diff) |
Rename mp_amd64_msvc to mp_msvc64 since it supports both AMD64 and
IA-64 (and, hypothetically, any other 64 bit CPU Visual C++ might
target in the future).
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/bigint/info.txt | 2 | ||||
-rw-r--r-- | src/math/bigint/mp_msvc64/info.txt (renamed from src/math/bigint/mp_amd64_msvc/info.txt) | 0 | ||||
-rw-r--r-- | src/math/bigint/mp_msvc64/mp_asm.h (renamed from src/math/bigint/mp_amd64_msvc/mp_asm.h) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/math/bigint/info.txt b/src/math/bigint/info.txt index 0511c2d8d..7892a6edf 100644 --- a/src/math/bigint/info.txt +++ b/src/math/bigint/info.txt @@ -30,7 +30,7 @@ mp_shift.cpp <requires> alloc hex -mp_amd64|mp_amd64_msvc|mp_asm64|mp_ia32|mp_ia32_msvc|mp_generic +mp_amd64|mp_msvc64|mp_asm64|mp_ia32|mp_ia32_msvc|mp_generic monty_generic mulop_generic rng diff --git a/src/math/bigint/mp_amd64_msvc/info.txt b/src/math/bigint/mp_msvc64/info.txt index 56ae05927..56ae05927 100644 --- a/src/math/bigint/mp_amd64_msvc/info.txt +++ b/src/math/bigint/mp_msvc64/info.txt diff --git a/src/math/bigint/mp_amd64_msvc/mp_asm.h b/src/math/bigint/mp_msvc64/mp_asm.h index 3acbe11bb..8e4535c35 100644 --- a/src/math/bigint/mp_amd64_msvc/mp_asm.h +++ b/src/math/bigint/mp_msvc64/mp_asm.h @@ -12,7 +12,7 @@ #include <intrin.h> #if (BOTAN_MP_WORD_BITS != 64) - #error The mp_amd64_msvc module requires that BOTAN_MP_WORD_BITS == 64 + #error The mp_msvc64 module requires that BOTAN_MP_WORD_BITS == 64 #endif #pragma intrinsic(_umul128) |