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 30e33cd commit 539980f
Show file tree
Hide file tree
Showing 54 changed files with 13,482 additions and 3,347 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 539980f

Please sign in to comment.