[PATCH 1 of 3][v2] Provide c/l table for some MIPS32 CPUs
info at mobile-stream.com
info at mobile-stream.com
Wed Nov 6 15:50:54 UTC 2019
Provide c/l table for some MIPS32 CPUs.
v2 adds 74Kc results.
diff -r 688b91c9b765 -r 16691e684a95 mpn/mips32/addmul_1.asm
--- a/mpn/mips32/addmul_1.asm
+++ b/mpn/mips32/addmul_1.asm
@@ -31,6 +31,14 @@
include(`../config.m4')
+C cycles/limb
+C 4KEc 16.33
+C 24Kc 18.04
+C 24KEc 18.05
+C 74Kc 12.04
+C P5600 9.05
+C XBurst 17.05
+
C INPUT PARAMETERS
C res_ptr $4
C s1_ptr $5
diff -r 688b91c9b765 -r 16691e684a95 mpn/mips32/mul_1.asm
--- a/mpn/mips32/mul_1.asm
+++ b/mpn/mips32/mul_1.asm
@@ -31,6 +31,14 @@
include(`../config.m4')
+C cycles/limb
+C 4KEc 12.22
+C 24Kc 14.03
+C 24KEc 14.05
+C 74Kc 9.04
+C P5600 7.05
+C XBurst 13.05
+
C INPUT PARAMETERS
C res_ptr $4
C s1_ptr $5
diff -r 688b91c9b765 -r 16691e684a95 mpn/mips32/submul_1.asm
--- a/mpn/mips32/submul_1.asm
+++ b/mpn/mips32/submul_1.asm
@@ -31,6 +31,14 @@
include(`../config.m4')
+C cycles/limb
+C 4KEc 16.33
+C 24Kc 18.04
+C 24KEc 18.05
+C 74Kc 12.04
+C P5600 9.05
+C XBurst 17.05
+
C INPUT PARAMETERS
C res_ptr $4
C s1_ptr $5
More information about the gmp-devel
mailing list