diff options
Diffstat (limited to 'src/bigint/mp_asm64/info.txt')
-rw-r--r-- | src/bigint/mp_asm64/info.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/bigint/mp_asm64/info.txt b/src/bigint/mp_asm64/info.txt deleted file mode 100644 index 85a4391b9..000000000 --- a/src/bigint/mp_asm64/info.txt +++ /dev/null @@ -1,26 +0,0 @@ -realname "MPI Core (Alpha/IA-64/MIPS64/PowerPC-64/SPARC64)" - -mp_bits 64 - -load_on dep - -<add> -mp_asm.h -mp_generic:mp_asmi.h -</add> - -<arch> -alpha -ia64 -mips64 -ppc64 -sparc64 -</arch> - -# The inline asm only works with gcc, but it looks like (at least on -# UltraSPARC), using 64-bit words and the sythensized multiply is a 5 to 25% -# win, so it's probably worth using elsewhere. -<cc> -gcc -sunwspro -</cc> |