simdjson/singleheader
PavelP ffaa292006
Master vs2019 x86 compile fixes (#743)
* Added bitexact implementations of _BitScanForward64 and _BitScanReverse64 for VS2019 32-bit builds

* Added bitexact implementations of _umul128 for VS2019 x86, arm, arm64 builds

* Implement mul_overflow for VS2019 arm64 builds

 + implement mul_overflow using __umulh (msvc/clang results: https://godbolt.org/z/smRwA7)

* Added Win32 for VS2019 to .appveyor.yml

* Update amalgamated headers (fix x86 builds with VS2019)
2020-04-21 14:42:53 -04:00
..
README.md Introducing concurrency mode in JsonStream. (#373) 2019-11-21 11:22:06 -05:00
amalgamation_demo.cpp Update amalgamated headers 2020-04-19 11:38:02 -07:00
simdjson.cpp Master vs2019 x86 compile fixes (#743) 2020-04-21 14:42:53 -04:00
simdjson.h Update amalgamated headers 2020-04-19 11:38:02 -07:00

README.md

c++ -O3 -std=c++17 -pthread -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson