Home
last modified time | relevance | path

Searched refs:kHasSIMD128 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c237 int const kHasSIMD128 = 1; in ZSTD_resolveRowMatchFinderMode() local
239 int const kHasSIMD128 = 0; in ZSTD_resolveRowMatchFinderMode()
244 if (kHasSIMD128) { in ZSTD_resolveRowMatchFinderMode()