]> git.ipfire.org Git - thirdparty/zstd.git/commit
Prefer __builtin_prefetch over inline asm 2265/head
authorNick Terrell <terrelln@fb.com>
Tue, 11 Aug 2020 05:15:46 +0000 (22:15 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 11 Aug 2020 05:17:18 +0000 (22:17 -0700)
commite3bda594aec7ff2bddc7d5dcd6c945f3c4447116
treee135983f99d365fcfac3a77eb79efd5ba17ec1f3
parent63eebc86cd7d684d13e4842cfcddda02bbd4cd61
Prefer __builtin_prefetch over inline asm

Reorder the ifdefs for the PREFETCH macros so that the compiler builtin is
favored over the inline assembly for aarch64.
lib/common/compiler.h