simdjson/src
Daniel Lemire 5f04208dbd
This removes the problematic use of the intrinsic _addcarry_u64 for Visual Studio (#758)
in the ARM 64-bit kernel. This intrinsic does not appear in the documentation
https://docs.microsoft.com/en-us/cpp/intrinsics/arm64-intrinsics?view=vs-2019
and should probably not be used. Note that we expect the compiler to produce
efficient code out of our implementation.
2020-04-21 17:13:22 -04:00
..
arm64 This removes the problematic use of the intrinsic _addcarry_u64 for Visual Studio (#758) 2020-04-21 17:13:22 -04:00
fallback Master vs2019 x86 compile fixes (#743) 2020-04-21 14:42:53 -04:00
generic Treat warnings as errors during compilation 2020-04-15 19:59:38 -07:00
haswell Fix c++11 warnings on clang 2020-04-15 17:27:48 -07:00
westmere Treat warnings as errors during compilation 2020-04-15 19:59:38 -07:00
CMakeLists.txt Add checkperf to cmake 2020-04-20 11:14:46 -07:00
document_parser_callbacks.h Fix c++11 warnings on clang 2020-04-15 17:27:48 -07:00
error.cpp Fix c++11 warnings on clang 2020-04-15 17:27:48 -07:00
implementation.cpp Add SIMDJSON_FORCE_IMPLEMENTATION 2020-04-18 18:21:56 -07:00
isadetection.h Fix c++11 warnings on clang 2020-04-15 17:27:48 -07:00
jsoncharutils.h Master vs2019 x86 compile fixes (#743) 2020-04-21 14:42:53 -04:00
simdjson.cpp Support C++ 14 2020-04-08 14:00:13 -07:00
simdprune_tables.h Fixing issue386 (#396) 2019-12-16 19:09:18 -05:00
stage1_find_marks.cpp Add fallback implementation to CI 2020-03-17 14:59:47 -07:00
stage2_build_tape.cpp Add fallback implementation to CI 2020-03-17 14:59:47 -07:00