We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2bd8e commit f820e34Copy full SHA for f820e34
.gitignore
@@ -0,0 +1,39 @@
1
+bfbench
2
+bfbench.d
3
+bfbench.o
4
+bfcalc
5
+bfcalc.d
6
+bfcalc.o
7
+bfpi
8
+bfpi.d
9
+bfpi.o
10
+cutils.d
11
+cutils.o
12
+libbf.d
13
+libbf.o
14
+readline.d
15
+readline.o
16
+readline_tty.d
17
+readline_tty.o
18
+# CONFIG_BFTEST=y
19
+bftest
20
+bftest.d
21
+bftest.o
22
+softfp.d
23
+softfp.o
24
+TAGS
25
+# test
26
+pi_1e5.txt
27
+pi_1e6.txt
28
+# CONFIG_AVX2=y
29
+bfbench-avx2
30
+bfbench.avx2.d
31
+bfbench.avx2.o
32
+bfpi-avx2
33
+bfpi.avx2.d
34
+bfpi.avx2.o
35
+cutils.avx2.d
36
+cutils.avx2.o
37
+libbf.avx2.d
38
+libbf.avx2.o
39
+pi_1e7.txt
0 commit comments