Skip to content

Commit

Permalink
Jsonifier Release v0.9.93
Browse files Browse the repository at this point in the history
* Refactored the simd_base classes' functions to use perfect forwarding.
* Updated some types.
* Fixed an issue related to parsing/serializing raw array types.
* Implemented a jsonifier_value_t for parsing/serializing single values.
* Updated the parsing and serializing string functions to utilize a fuller range of simd-types.
  • Loading branch information
RealTimeChris committed Dec 12, 2023
1 parent 454f5a8 commit 46f4237
Show file tree
Hide file tree
Showing 52 changed files with 13,397 additions and 3,340 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ set(AVX_FLAG "${AVX_FLAG}" CACHE INTERNAL "For the CPU flag selection.")

target_compile_options(
"${PROJECT_NAME}" INTERFACE
"$<$<CXX_COMPILER_ID:MSVC>:$<$<STREQUAL:${ASAN_ENABLED},TRUE>:/fsanitize=address>>"
"$<$<CXX_COMPILER_ID:MSVC>:/MP${THREAD_COUNT}>"
"${AVX_FLAG}"
)

Expand Down
Loading

0 comments on commit 46f4237

Please sign in to comment.