mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/simdjson: disable optimizations on x86
The "westmere", "haswell", and "icelake" optimizations all assume 64-bit. Closes: https://bugs.gentoo.org/934642 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
committed by
Viorel Munteanu
parent
d80378e02e
commit
8bbb8f7a4c
@@ -85,7 +85,7 @@ src_configure() {
|
||||
|
||||
if use all-impls; then
|
||||
local -a impls=("fallback")
|
||||
if use amd64 || use x86; then
|
||||
if use amd64; then
|
||||
impls+=("westmere" "haswell" "icelake")
|
||||
elif use arm64; then
|
||||
impls+=("arm64")
|
||||
|
||||
@@ -86,7 +86,7 @@ src_configure() {
|
||||
|
||||
if use all-impls; then
|
||||
local -a impls=("fallback")
|
||||
if use amd64 || use x86; then
|
||||
if use amd64; then
|
||||
impls+=("westmere" "haswell" "icelake")
|
||||
elif use arm64; then
|
||||
impls+=("arm64")
|
||||
|
||||
@@ -86,7 +86,7 @@ src_configure() {
|
||||
|
||||
if use all-impls; then
|
||||
local -a impls=("fallback")
|
||||
if use amd64 || use x86; then
|
||||
if use amd64; then
|
||||
impls+=("westmere" "haswell" "icelake")
|
||||
elif use arm64; then
|
||||
impls+=("arm64")
|
||||
|
||||
@@ -86,7 +86,7 @@ src_configure() {
|
||||
|
||||
if use all-impls; then
|
||||
local -a impls=("fallback")
|
||||
if use amd64 || use x86; then
|
||||
if use amd64; then
|
||||
impls+=("westmere" "haswell" "icelake")
|
||||
elif use arm64; then
|
||||
impls+=("arm64")
|
||||
|
||||
Reference in New Issue
Block a user