diff options
Diffstat (limited to 'src/bigint/mulop_ia32/info.txt')
-rw-r--r-- | src/bigint/mulop_ia32/info.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bigint/mulop_ia32/info.txt b/src/bigint/mulop_ia32/info.txt index 0814bc08a..1c89e95c1 100644 --- a/src/bigint/mulop_ia32/info.txt +++ b/src/bigint/mulop_ia32/info.txt @@ -2,6 +2,8 @@ realname "BigInt Multiply-Add (IA-32)" mp_bits 32 +# Out of date, still implements bigint_mul_add_words + load_on request <add> @@ -9,7 +11,7 @@ mp_mulop.S </add> <requires> -asm_amd64 +asm_ia32 </requires> <arch> |