]> git.ipfire.org Git - thirdparty/zstd.git/commit
add build macro NO_PREFETCH 1226/head
authorYann Collet <cyan@fb.com>
Sat, 7 Jul 2018 00:06:04 +0000 (17:06 -0700)
committerYann Collet <cyan@fb.com>
Sat, 7 Jul 2018 00:06:04 +0000 (17:06 -0700)
commitbbd78df59b1811045187bfa05d852b566d9b6934
tree6a4257697d804a78e0185664bcc78732639938e0
parent1bf0784975b1f2bc0a9e3c291e500f85950c9f6a
add build macro NO_PREFETCH

prevent usage of prefetch intrinsic commands
which are not supported by c2rust
(see https://github.com/immunant/c2rust/issues/13)
lib/common/compiler.h