diff options
Diffstat (limited to 'src/math/bigint/monty_amd64/info.txt')
-rw-r--r-- | src/math/bigint/monty_amd64/info.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/math/bigint/monty_amd64/info.txt b/src/math/bigint/monty_amd64/info.txt new file mode 100644 index 000000000..32308bf41 --- /dev/null +++ b/src/math/bigint/monty_amd64/info.txt @@ -0,0 +1,31 @@ +realname "Montgomery Reduction (x86-64)" + +mp_bits 64 + +load_on request + +<add> +mp_monty.S +</add> + +<requires> +asm_amd64 +</requires> + +<arch> +amd64 +</arch> + +<cc> +gcc +icc +</cc> + +# ELF systems +<os> +linux +freebsd +netbsd +openbsd +solaris +</os> |