Skip to content

Release 3.6.2

Compare
Choose a tag to compare
@kimlaine kimlaine released this 19 Feb 01:05

Hotfix - 2/18/2021

  • Merged pull request (PR 282) with typo and minor bug fixes.

Bug Fixes

  • Fixed an issue (Issue 278) in finding ZLIB header files when building SEAL with BUILD_SHARED_LIBS=ON.
  • Fixed a member variable initialization order bug in SafeByteBuffer.

New Features

  • Added benchmarks that depend on Google Benchmark in native/bench.

Other

  • Changed low-level code that reduces the runtime difference among code generated by msvc, gcc, and clang.
  • Using ARM64 intrinsics for better performance (PR 269).