simdjson/src
Danila Kutenin f46a0f64f2
PPC64 support (#1254)
* Initial PPC64 support

* Add travis CI

* Fix outdated cmake version for travis

* Fix indendtation

* Try another workaround for outdated cmake in travis

* Try beta cmake

* Add dash before beta

* Use builtin snaps

* Use cmake as rocksdb

* Test cmake on bionic

* Remove unnecessary things from travis

* Remove unnecessary things from travis

* Another try of compiler install

* Add all major compilers

* Add all major compilers

* Add all major compilers

* Tweak travis a bit

* Typo

* More robust travis

* Typos typos typos

* Add fewer compilers, add non specific build for clang and gcc, should be the final config

* CMAKE_FLAGS is in incorrect place

* Remove default implementation

* Limit build thread number

* Fall back prefix_xor to a usual implementation, no performance boost is noticed

* Test for power9 as it is the main architecture for OpenPOWER right now

* Add to documentation to build with power9 as the implementation is compatible but compiler optimizations is not

* Replace ARM with PPC in the comment
2020-10-27 18:43:39 -04:00
..
arm64 Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
fallback Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
generic Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
haswell Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
internal PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
ppc64 PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
westmere Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
CMakeLists.txt This avoids locale-dependent number parsing at the standard library level (#1157) 2020-09-15 11:36:18 -04:00
from_chars.cpp new number parsing (#1222) 2020-10-10 12:47:49 -04:00
implementation.cpp PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
simdjson.cpp PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
to_chars.cpp Faster and more correct serialization (#1168) 2020-09-23 10:00:39 -04:00