opnsense-src/contrib/zstd/lib/common
Ruslan Bukin ca20f8ec29 o Replace __riscv__ with __riscv
o Replace __riscv64 with (__riscv && __riscv_xlen == 64)

This is required to support new GCC 7.1 compiler.
This is compatible with current GCC 6.1 compiler.

RISC-V is extensible ISA and the idea here is to have built-in define
per each extension, so together with __riscv we will have some subset
of these as well (depending on -march string passed to compiler):

__riscv_compressed
__riscv_atomic
__riscv_mul
__riscv_div
__riscv_muldiv
__riscv_fdiv
__riscv_fsqrt
__riscv_float_abi_soft
__riscv_float_abi_single
__riscv_float_abi_double
__riscv_cmodel_medlow
__riscv_cmodel_medany
__riscv_cmodel_pic
__riscv_xlen

Reviewed by:	ngie
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11901
2017-08-07 14:09:57 +00:00
..
bitstream.h Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
entropy_common.c
error_private.c Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
error_private.h
fse.h Import Zstandard 1.2.0 2017-05-06 10:26:40 +00:00
fse_decompress.c
huf.h Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
mem.h Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
pool.c Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
pool.h Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
threading.c Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
threading.h
xxhash.c o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
xxhash.h
zstd_common.c Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
zstd_errors.h Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00
zstd_internal.h Update zstd to 1.3.0 2017-07-14 14:55:34 +00:00