snappy/cmake
Victor Costan 27ff130ff9 Remove platform-dependent code for little-endian loads and stores.
The platform-independent code that breaks down the loads and stores into
byte-level operations is optimized into single instructions (mov or
ldr/str) and instruction pairs (mov+bswap or ldr/str+rev) by recent
versions of Clang and GCC. Tested at https://godbolt.org/z/2BQP-o

PiperOrigin-RevId: 306321608
2020-04-13 22:30:59 +00:00
..
SnappyConfig.cmake.in Align CMake configuration with related projects. 2019-11-07 22:39:04 -08:00
config.h.in Remove platform-dependent code for little-endian loads and stores. 2020-04-13 22:30:59 +00:00