diff options
author | lloyd <[email protected]> | 2013-07-30 18:48:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-07-30 18:48:31 +0000 |
commit | 8de61c663139ece92c23242854262efef8cd7c4d (patch) | |
tree | dbb9d965548e4ebae9160868137774209accf7c1 /src/math/mp/info.txt | |
parent | 929a271f0c8e1eed79527d0663d75cd371b9841a (diff) |
Merge mp_word64 into mp_generic
Now 64-bit limbs can be used regardless of processor, though we
continue to use 32-bit unless we know the processor natively supports
64-bit operations.
Diffstat (limited to 'src/math/mp/info.txt')
-rw-r--r-- | src/math/mp/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/mp/info.txt b/src/math/mp/info.txt index 531eee4e4..8dcaa7481 100644 --- a/src/math/mp/info.txt +++ b/src/math/mp/info.txt @@ -19,5 +19,5 @@ mp_core.h </header:internal> <requires> -mp_x86_64|mp_word64|mp_x86_32|mp_x86_32_msvc|mp_generic +mp_x86_64|mp_x86_32|mp_x86_32_msvc|mp_generic </requires> |