feat(big): add 64-bit-centric ops

This commit is contained in:
fallenoak 2023-01-23 22:10:24 -06:00 committed by GitHub
parent 23fb94c19d
commit d3fd03d67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 0 deletions

View file

@ -3,6 +3,7 @@ check_cxx_compiler_flag(-Wno-invalid-offsetof HAS_NO_INVALID_OFFSETOF)
file(GLOB STORM_SOURCES
"*.cpp"
"big/*.cpp"
"hash/*.cpp"
"queue/*.cpp"
"string/*.cpp"