diff options
author | lloyd <[email protected]> | 2009-07-02 19:00:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-02 19:00:54 +0000 |
commit | 591f112799b0aa6d6643666c4c67d4de24849c6e (patch) | |
tree | 580cb7eba6585f1a5372f2b92cc80fda2ff455fc /src/math | |
parent | d0d44b5d6862027688b3a529c7d6939fea6eafa4 (diff) |
Only load mulop_amd64 on request (currently broken code)
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/bigint/mulop_amd64/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/mulop_amd64/info.txt b/src/math/bigint/mulop_amd64/info.txt index 670780d9c..0960ac4d6 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 dep +load_on request <add> mp_mulop_amd64.S |