zstd/lib/common
Nick Terrell 8c46c1d851
Merge pull request #2356 from bsdimp/neon
aarch64: use __ARM_NEON instead of __aarch64__ to control use of neon
2020-10-13 15:42:46 -07:00
..
bitstream.h Remove MEM_STATIC_ASSERT and use DEBUG_STATIC_ASSERT instead 2020-09-24 15:51:04 -07:00
compiler.h Allow user to override ASAN/MSAN detection 2020-09-24 19:42:04 -07:00
cpu.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
debug.c Fix copyright and license lines 2020-03-26 17:02:06 -07:00
debug.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
entropy_common.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
error_private.c [lib] Add ZSTD_d_stableOutBuffer 2020-04-27 18:09:44 -07:00
error_private.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
fse_decompress.c [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions 2020-09-09 14:35:39 -07:00
fse.h [lib] Reduce zstd stack usage by 1KB 2020-09-09 14:35:39 -07:00
huf.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
mem.h Fix building on AIX 5.1 2020-10-09 18:34:00 +08:00
pool.c Allow external creation of POOLs that can be shared. 2020-10-07 12:44:33 +02:00
pool.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
threading.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
threading.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
xxhash.c Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel 2020-09-24 19:41:59 -07:00
xxhash.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
zstd_common.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstd_deps.h Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel 2020-09-24 19:41:59 -07:00
zstd_errors.h [lib] Add ZSTD_d_stableOutBuffer 2020-04-27 18:09:44 -07:00
zstd_internal.h aarch64: use __ARM_NEON instead of __aarch64__ to control use of neon 2020-10-13 12:12:46 -06:00