index
:
sha3
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
main
README.md: add avx2 to "Backends"
Paul Duncan
6 months
Tag
Download
Author
Age
v0.8
sha3-0.8.tar.bz2
sha3-0.8.zip
Paul Duncan
6 months
v0.7
sha3-0.7.tar.bz2
sha3-0.7.zip
Paul Duncan
6 months
v0.6
sha3-0.6.tar.bz2
sha3-0.6.zip
Paul Duncan
9 months
v0.5
sha3-0.5.tar.bz2
sha3-0.5.zip
Paul Duncan
13 months
v0.4
sha3-0.4.tar.bz2
sha3-0.4.zip
Paul Duncan
13 months
v0.3
sha3-0.3.tar.bz2
sha3-0.3.zip
Paul Duncan
14 months
v0.2
sha3-0.2.tar.bz2
sha3-0.2.zip
Paul Duncan
14 months
v0.1
sha3-0.1.tar.bz2
sha3-0.1.zip
Paul Duncan
15 months
Age
Commit message
Author
Files
Lines
2024-05-29
README.md: add avx2 to "Backends"
HEAD
main
Paul Duncan
1
-2
/
+6
2024-05-27
tests/bench/bench.c: remove 32k column
Paul Duncan
1
-1
/
+1
2024-05-27
tests/bench: add k12_once to list of functions and add 32k test column
Paul Duncan
2
-5
/
+10
2024-05-27
sha3.c: disable avx2 auto-detect (for now)
Paul Duncan
1
-1
/
+1
2024-05-27
sha3.c: permute_n_avx2(): theta: remove unnecessary assignment
Paul Duncan
1
-2
/
+1
2024-05-27
sha3.c: permute_n_avx2(): replace some permutes with blends, minor cleanups
Paul Duncan
1
-19
/
+19
2024-05-27
sha3.c: remove extraneous tabs
Paul Duncan
1
-88
/
+88
2024-05-27
sha3.c: permute_n_avx2(): remove LOAD/STORE macros, minor comment fixes
Paul Duncan
1
-36
/
+23
2024-05-27
sha3.c: permute_n_avx2(): CHI(): remove tabs
Paul Duncan
1
-5
/
+5
2024-05-27
sha3.c: permute_n_avx2(): replace two instances of permute4x64_epi64() with s...
Paul Duncan
1
-4
/
+2
2024-05-27
sha3.c: permute_n_avx2(): rho: use ROLI instead of ROLV for hi
Paul Duncan
1
-11
/
+10
2024-05-27
sha3.c: permute_n_avx2(): remove K64
Paul Duncan
1
-1
/
+1
2024-05-27
sha3.c: permute_n_avx2(): clean up comments
Paul Duncan
1
-17
/
+12
2024-05-27
sha3.c: permute_n_avx2(): add CHI()
Paul Duncan
1
-59
/
+25
2024-05-26
sha3.c: avx2: s/loadu_epi64/loadu_si256
Paul Duncan
1
-10
/
+10
2024-05-26
sha3.c: permute_n_avx2(): chi: explicit andnot
Paul Duncan
1
-5
/
+5
2024-05-26
sha3.c: permute_n_avx2(): chi: use blend instead of permute where possible, r...
Paul Duncan
1
-16
/
+19
2024-05-26
sha3.c: permute_n_avx2(): refactor lane masks
Paul Duncan
1
-44
/
+34
2024-05-26
sha3.c: permute_n_avx2(): pi: remove gather (better, but still slower than sc...
Paul Duncan
1
-29
/
+46
2024-05-26
sha3.c: permute_n_avx2(): rename theta permute ids
Paul Duncan
1
-3
/
+9
[...]
Clone
https://git.pablotron.org/sha3