Skip to content

Release 1.2.1

Compare
Choose a tag to compare
@GelilaSeifu GelilaSeifu released this 02 Sep 17:03
· 51 commits to main since this release
v1.2.1
df6c26f
  • Fixes a bug in AVX512 floating-point implementation of element-wise vector-vector modular multiplication (microsoft/SEAL#385)
  • Fixes a bug in the NTT default constructor (https://gitlab.com/palisade/palisade-development/-/issues/329)
  • Fixes a bug in the AVX512 NTT (#58)
  • Improves performance of EltwiseFMAModAVX512 on ICX (#42)
  • Improves performance of the native NTT
  • Adds reference implementations for the radix-4 NTT
  • Enables support for pre-built easylogging (#57)

Co-Authored-by: @fboemer
Co-Authored-by: @GelilaSeifu
Co-Authored-by: @jlhcrawford
Co-Authored-by: @ajagann
Co-Authored-by: @hamishun