Skip to content

Commit 539980f

Browse files
committed
Jsonifier Release v0.9.93
* 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.
1 parent 30e33cd commit 539980f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+13482
-3347
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ set(AVX_FLAG "${AVX_FLAG}" CACHE INTERNAL "For the CPU flag selection.")
8282

8383
target_compile_options(
8484
"${PROJECT_NAME}" INTERFACE
85-
"$<$<CXX_COMPILER_ID:MSVC>:$<$<STREQUAL:${ASAN_ENABLED},TRUE>:/fsanitize=address>>"
86-
"$<$<CXX_COMPILER_ID:MSVC>:/MP${THREAD_COUNT}>"
8785
"${AVX_FLAG}"
8886
)
8987

0 commit comments

Comments
 (0)