-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
74 lines (74 loc) · 1.01 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
**/*.o
**/*.po
**/*.lst
**/*.log
.sonar
bench/libbench.a
bench/p/padd
bench/p/paddu
bench/p/pclz
bench/p/pctz
bench/p/pcmp
bench/p/pcopy
bench/p/pdivrem
bench/p/pdivremu
bench/p/pmove
bench/p/pmul
bench/p/pmul_karatsuba
bench/p/pmulu
bench/p/pnorm
bench/p/pshl
bench/p/pshr
bench/p/psqr
bench/p/psqr_karatsuba
bench/p/psub
bench/p/psubu
bench/p/pzero
check/alloc/addremove
check/alloc/fixed
check/alloc/query
check/alloc/valid
check/libcheck.a
check/p/negnot
check/p/strings
check/p/pcmp
check/p/pcopy
check/p/pmove
check/p/pnorm
check/p/pzero
check/z/getset
check/z/shift
check/z/zabs
check/z/zadd
check/z/zaddi
check/z/zaddmag
check/z/zaddu
check/z/zand
check/z/zcmp
check/z/zcmpi
check/z/zcmpmag
check/z/zcmpu
check/z/zdiv
check/z/zdivi
check/z/zdivrem
check/z/zdivu
check/z/zmul
check/z/zmuli
check/z/zmulu
check/z/zneg
check/z/znot
check/z/zor
check/z/zrem
check/z/zremi
check/z/zremu
check/z/zsqr
check/z/zsub
check/z/zsubi
check/z/zsubmag
check/z/zsubu
check/z/zxor
config.h
config.inc
hebimath.h
libhebimath.a
libhebimath.so