diff options
author | lloyd <[email protected]> | 2008-09-05 13:59:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-05 13:59:22 +0000 |
commit | 54831c8b6a18236b5371b000993b830d036d3416 (patch) | |
tree | d9d0606b6276a1fcd4d64c3b4e1d56541eb83a96 /modules | |
parent | 4ce07691e4a6cd6c75a63a3c8e25762f2f12c185 (diff) |
Disable all-asm mp_mulop for now
Diffstat (limited to 'modules')
-rw-r--r-- | modules/alg_amd64/modinfo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/alg_amd64/modinfo.txt b/modules/alg_amd64/modinfo.txt index 313d9ea03..929d696d0 100644 --- a/modules/alg_amd64/modinfo.txt +++ b/modules/alg_amd64/modinfo.txt @@ -9,12 +9,12 @@ sha160.cpp </replace> <ignore> -mp_mulop.cpp +#mp_mulop.cpp </ignore> <add> asm_macr.h -mp_mulop.S +#mp_mulop.S sha1core.S </add> |