summaryrefslogtreecommitdiffstats
path: root/botan/src/math/bigint/mulop_amd64/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/math/bigint/mulop_amd64/info.txt')
-rw-r--r--botan/src/math/bigint/mulop_amd64/info.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/botan/src/math/bigint/mulop_amd64/info.txt b/botan/src/math/bigint/mulop_amd64/info.txt
new file mode 100644
index 0000000..77990df
--- /dev/null
+++ b/botan/src/math/bigint/mulop_amd64/info.txt
@@ -0,0 +1,32 @@
+realname "BigInt Multiply-Add (x86-64)"
+
+mp_bits 64
+
+load_on never
+
+<add>
+mp_mulop_amd64.S
+</add>
+
+<arch>
+amd64
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+dragonfly
+netbsd
+openbsd
+solaris
+</os>
+
+<requires>
+asm_amd64
+</requires>