summaryrefslogtreecommitdiffstats
path: root/old/botan/src/math/bigint/mulop_ia32/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/math/bigint/mulop_ia32/info.txt')
-rw-r--r--old/botan/src/math/bigint/mulop_ia32/info.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/old/botan/src/math/bigint/mulop_ia32/info.txt b/old/botan/src/math/bigint/mulop_ia32/info.txt
new file mode 100644
index 0000000..b995dd8
--- /dev/null
+++ b/old/botan/src/math/bigint/mulop_ia32/info.txt
@@ -0,0 +1,34 @@
+realname "BigInt Multiply-Add (IA-32)"
+
+mp_bits 32
+
+# Out of date, still implements bigint_mul_add_words
+
+load_on request
+
+<add>
+mp_mulop.S
+</add>
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+dragonfly
+netbsd
+openbsd
+solaris
+</os>
+
+<requires>
+asm_ia32
+</requires>