-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Iabe3340b98995e52b2c5f0f7fe997b13e6067a62
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule simdjson
updated
18 files
+2 −3 | .github/workflows/documentation.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | Doxyfile | |
+8 −8 | include/simdjson/concepts.h | |
+1 −1 | include/simdjson/error.h | |
+2 −2 | include/simdjson/padded_string-inl.h | |
+2 −2 | include/simdjson/padded_string.h | |
+2 −2 | include/simdjson/simdjson_version.h | |
+18 −10 | singleheader/simdjson.cpp | |
+16 −16 | singleheader/simdjson.h | |
+1 −0 | src/arm64.cpp | |
+1 −0 | src/fallback.cpp | |
+1 −0 | src/haswell.cpp | |
+1 −0 | src/icelake.cpp | |
+1 −0 | src/lasx.cpp | |
+1 −0 | src/lsx.cpp | |
+1 −0 | src/ppc64.cpp | |
+1 −0 | src/westmere.cpp |