Skip to content

Commit

Permalink
perf(fft): introduce cache efficient bit reverse shuffling (#446)
Browse files Browse the repository at this point in the history
* feat: add cobra bit reverse

* experiment: generate code for CobraInPlace

* unroll not good

* fix previous commit

* refactor: simplify some expressions in bitReverse

* style: cleaning up the PR

* build: gofmt stuff
  • Loading branch information
gbotrel authored Oct 2, 2023
1 parent ec6be1a commit 95e674b
Show file tree
Hide file tree
Showing 42 changed files with 6,543 additions and 339 deletions.
574 changes: 574 additions & 0 deletions ecc/bls12-377/fr/fft/bitreverse.go

Large diffs are not rendered by default.

113 changes: 113 additions & 0 deletions ecc/bls12-377/fr/fft/bitreverse_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions ecc/bls12-377/fr/fft/fft.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions ecc/bls12-377/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95e674b

Please sign in to comment.