Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916418 Details for
Bug 939842
media-gfx/krita-5.2.3[test] fails to build: kis_composition_benchmark_SSSE3.cpp:643:92: error: ‘struct xsimd::detail::supported_arch’ has no member named ‘best’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
krita-xsimd-disable-best-member.patch
krita-xsimd-disable-best-member.patch (text/plain), 1.13 KB, created by
ditto
on 2025-01-13 07:26:56 UTC
(
hide
)
Description:
krita-xsimd-disable-best-member.patch
Filename:
MIME Type:
Creator:
ditto
Created:
2025-01-13 07:26:56 UTC
Size:
1.13 KB
patch
obsolete
>From de9233722280cd11bcbd0f0cfb9544e476690fc0 Mon Sep 17 00:00:00 2001 >From: Dov Grobgeld <dov.grobgeld@gmail.com> >Date: Sat, 28 Dec 2024 20:05:46 +0200 >Subject: [PATCH] Remove reference to unknown member best of the > xsimd::available_architectures() > >- Neither xsimd version 13.0 nor 13.1 has a best member >--- > benchmarks/kis_composition_benchmark.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/benchmarks/kis_composition_benchmark.cpp b/benchmarks/kis_composition_benchmark.cpp >index 1ae398fa74d..12baa7be5b2 100644 >--- a/benchmarks/kis_composition_benchmark.cpp >+++ b/benchmarks/kis_composition_benchmark.cpp >@@ -640,7 +640,7 @@ void KisCompositionBenchmark::detectBuildArchitecture() > qDebug() << ppVar(supported_architectures().contains<avx512bw>()); > qDebug() << ppVar(supported_architectures().contains<avx512dq>()); > qDebug() << ppVar(supported_architectures().contains<avx512cd>()); >- qDebug().nospace() << "running on " << hex << "0x" << xsimd::available_architectures().best; >+ // qDebug().nospace() << "running on " << hex << "0x" << xsimd::available_architectures().best; > #endif > } > >-- >GitLab >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 939842
:
903328
|
903329
|
905183
| 916418