mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 06:48:39 -04:00
Disable multiversioning on non-x86 platforms (part 2)
This commit is contained in:
parent
eddce26ac4
commit
de6dbb5955
@ -176,7 +176,7 @@ class nilsimsa::impl {
|
|||||||
} \
|
} \
|
||||||
static_assert(true, "")
|
static_assert(true, "")
|
||||||
|
|
||||||
#ifndef DWARFS_SANITIZE_THREAD
|
#ifndef DWARFS_MULTIVERSIONING
|
||||||
__attribute__((target("avx"))) DWARFS_NILSIMSA_UPDATE_FAST_IMPL;
|
__attribute__((target("avx"))) DWARFS_NILSIMSA_UPDATE_FAST_IMPL;
|
||||||
__attribute__((target("default")))
|
__attribute__((target("default")))
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user