aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-07-30 18:48:31 +0000
committerlloyd <[email protected]>2013-07-30 18:48:31 +0000
commit8de61c663139ece92c23242854262efef8cd7c4d (patch)
treedbb9d965548e4ebae9160868137774209accf7c1 /src/math/mp/info.txt
parent929a271f0c8e1eed79527d0663d75cd371b9841a (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.txt2
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>