diff options
author | lloyd <[email protected]> | 2008-09-30 02:36:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 02:36:25 +0000 |
commit | 8b063a0b60946578ba16e8e7d8ee4223fadb5eb9 (patch) | |
tree | caa6c4c55c90a8c5e5837abb615ed9e14c5b5345 /src/bigint/mulop_generic/info.txt | |
parent | c4f3550ce65b998bd75ddb9e9aff9f7729dc3573 (diff) |
Rewrite part of the module loading code in configure.pl, now dependencies
seem to be handled correctly (er, at least mostly), and more importantly
the asm MPI modules are detected and used correctly (at least on x86-64
and x86).
Diffstat (limited to 'src/bigint/mulop_generic/info.txt')
-rw-r--r-- | src/bigint/mulop_generic/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bigint/mulop_generic/info.txt b/src/bigint/mulop_generic/info.txt index 1fe3c2868..28ebe41eb 100644 --- a/src/bigint/mulop_generic/info.txt +++ b/src/bigint/mulop_generic/info.txt @@ -1,6 +1,6 @@ realname "BigInt Multiply-Add" -load_on request +load_on dep <add> mp_mulop.cpp |