mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 06:16:55 -04:00
Disable multiversioning on non-x86 platforms (part 3)
This commit is contained in:
parent
de6dbb5955
commit
579dc1a556
@ -176,7 +176,7 @@ class nilsimsa::impl {
|
|||||||
} \
|
} \
|
||||||
static_assert(true, "")
|
static_assert(true, "")
|
||||||
|
|
||||||
#ifndef DWARFS_MULTIVERSIONING
|
#ifdef 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