mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
When running armv6 userspace on armv8 hardware with a 64 bit Linux kernel, the mode 2 caused SIGBUS (unaligned memory access). Running all our arm builds in the build farm only on armv8 simplifies administration a lot. Depending on compiler and environment, this change might slow down memory accesses (did not benchmark it). The original analysis is 6 years old. Fixes #2632 |
||
|---|---|---|
| .. | ||
| bitstream.h | ||
| compiler.h | ||
| cpu.h | ||
| debug.c | ||
| debug.h | ||
| entropy_common.c | ||
| error_private.c | ||
| error_private.h | ||
| fse.h | ||
| fse_decompress.c | ||
| huf.h | ||
| mem.h | ||
| pool.c | ||
| pool.h | ||
| threading.c | ||
| threading.h | ||
| xxhash.c | ||
| xxhash.h | ||
| zstd_common.c | ||
| zstd_deps.h | ||
| zstd_internal.h | ||
| zstd_trace.h | ||