Skip to content

Commit

Permalink
refactor: remove NTT avx512f
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiphereth-A committed Jan 12, 2024
1 parent 498f650 commit d4e7c66
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 338 deletions.
6 changes: 0 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1228,12 +1228,6 @@ notebook:
- u32tostrhex: u32 转 16 进制字符串
code_ext: hpp
test_ext: cpp
- montgomery_avx512f: 32 位 Montgomery 乘法(AVX-512F)
code_ext: hpp
test_ext: cpp
- ntt_avx512f: NTT(AVX-512F)
code_ext: hpp
test_ext: cpp
cheatsheets:
nt-const: 初等数论常数表
seqences: 常见数列
Expand Down
67 changes: 0 additions & 67 deletions src/code/fast/montgomery_avx512f.hpp

This file was deleted.

249 changes: 0 additions & 249 deletions src/code/fast/ntt_avx512f.hpp

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions src/doc_tex/fast/ntt_avx512f.tex

This file was deleted.

This file was deleted.

Empty file.
Empty file.

0 comments on commit d4e7c66

Please sign in to comment.