diff options
author | lloyd <[email protected]> | 2009-07-15 14:02:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-15 14:02:09 +0000 |
commit | d5ee63b00a11b72442cf7f38a78f262b7728f130 (patch) | |
tree | ae0d48942c508171945d3dd3d4d5d4b2f35f364e /src/math | |
parent | 1b3c0fc31981f61652885c47ea351263506121f2 (diff) |
New module load_on directive 'never', to mark known-buggy code
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/bigint/monty_amd64/info.txt | 2 | ||||
-rw-r--r-- | src/math/bigint/mulop_amd64/info.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/math/bigint/monty_amd64/info.txt b/src/math/bigint/monty_amd64/info.txt index 32308bf41..5f80a0b1e 100644 --- a/src/math/bigint/monty_amd64/info.txt +++ b/src/math/bigint/monty_amd64/info.txt @@ -2,7 +2,7 @@ realname "Montgomery Reduction (x86-64)" mp_bits 64 -load_on request +load_on never <add> mp_monty.S diff --git a/src/math/bigint/mulop_amd64/info.txt b/src/math/bigint/mulop_amd64/info.txt index 0960ac4d6..15bde7bf3 100644 --- a/src/math/bigint/mulop_amd64/info.txt +++ b/src/math/bigint/mulop_amd64/info.txt @@ -2,7 +2,7 @@ realname "BigInt Multiply-Add (x86-64)" mp_bits 64 -load_on request +load_on never <add> mp_mulop_amd64.S |