-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (38 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (38 loc) · 691 Bytes
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
*.json
*.txt
*.asm
*.o
*.req
*.rsp
*.pyc
vgcore.*
*.log
*/bench_fft
ref-fft
avx2_fft
neon-fft
neon-512/test_fpr
neon-512/test_log2
neon-512/test_sampler
neon-512/test_log1
ref-fpu-512/build/
neon-fpu-512/build/*
neon-fpu-512/test_common
neon-fpu-512/test_fpr
neon-fpu-512/test_ntt
neon-fpu-512/test/genroot
neon-fpu-512/inv_ntt.coeffs
neon-fpu-512/check_ntt
neon-fpu-512/test/check_ntt
neon-fpu-512/test/const-barrett-1
neon-fpu-512/test/const-barrett-2
neon-fpu-512/test/generate_root
neon-fpu-512/test/generate_root_br
neon-fpu-512/test/reduction_test
neon-fpu-512/fwd_ntt.coeff
neon-fpu-512/test/unsigned_red
neon-fpu-512/ntt.coeffs
neon-fpu-512/test/bla
*kat512fpu
*kat1024fpu
*test_api*