-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I noticed that we can shrink lvl0 modulus to 16-bit because of increa…
…sed noise
- Loading branch information
1 parent
4aa32d2
commit 5262998
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cereal
updated
7 files
+12 −7 | CMakeLists.txt | |
+1 −1 | include/cereal/archives/xml.hpp | |
+4 −4 | include/cereal/cereal.hpp | |
+5 −5 | include/cereal/details/polymorphic_impl.hpp | |
+2 −2 | sandbox/performance.cpp | |
+1 −1 | sandbox/sandbox.cpp | |
+1 −1 | sandbox/sandbox_vs.cpp |