summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzstd/lib
Commit message (Collapse)AuthorAgeFilesLines
* zstd: Suppress clang-analyzer warningsBrad King2023-05-223-0/+17
|
* zstd: Fix trace compilation on AIXBrad King2021-10-141-1/+1
| | | | | | Since zstd commit `6cee3c2c` ([trace] Remove default definitions of weak symbols, 2021-04-26, v1.5.0^2~53^2), the weak symbol trace implementation does not compile on AIX. Disable it.
* zstd: Fix ZSTD_VecMask_next compilation of software ctz implementationBrad King2021-10-141-1/+2
|
* Merge branch 'upstream-zstd' into update-zstdBrad King2021-10-1366-3311/+8552
| | | | | | # By zstd upstream * upstream-zstd: zstd 2021-05-14 (a488ba11)
* zstd: Fix incorrect pragma error on LCC compilermakise-homura2021-09-301-1/+1
| | | | | | | | | LCC (Elbrus C Compiler) doesn't understand some of GCC pragmas, despite of declaring itself GCC-aware. The pragma of subject is the one that forbids vectorizing. Actually, LCC don't vectorize anything unless explicitly said to, so this pragma may be safely omitted and thus not cause an error. This patch does this.
* Merge branch 'upstream-zstd'Cristian Adam2020-09-2363-3960/+7682
| | | | | | # By zstd upstream * upstream-zstd: zstd 2020-05-21 (b706286a)
* Merge branch 'upstream-zstd' into import-zstdBrad King2019-03-1358-0/+30914
* upstream-zstd: zstd 2018-12-27 (470344d3)