public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: feature(stdarch_x86_avx512) only for x86_64
@ 2026-08-07 16:08 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 4f3c4ea6b8ee5bd9fe05e1e550bbebe384a88326
Author : Than Ngo <than@redhat.com>
Date : 2026-02-17T11:22:23+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/4f3c4ea6b8ee5bd9fe05e1e550bbebe384a88326?branch=epel9-next
Log:
feature(stdarch_x86_avx512) only for x86_64
---
diff --git a/chromium-145-rust-1.88-enable-unstable_features.patch b/chromium-145-rust-1.88-enable-unstable_features.patch
index 7479b9e..03d6097 100644
--- a/chromium-145-rust-1.88-enable-unstable_features.patch
+++ b/chromium-145-rust-1.88-enable-unstable_features.patch
@@ -18,7 +18,7 @@ diff -up chromium-145.0.7632.75/third_party/rust/chromium_crates_io/vendor/jxl_s
#![allow(clippy::too_many_arguments)]
+#![feature(avx512_target_feature)]
-+#![feature(stdarch_x86_avx512)]
++#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
use std::{
fmt::Debug,
@@ -30,7 +30,7 @@ diff -up chromium-145.0.7632.75/third_party/rust/chromium_crates_io/vendor/jxl_t
// license that can be found in the LICENSE file.
+#![feature(avx512_target_feature)]
-+#![feature(stdarch_x86_avx512)]
++#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
+
mod idct2d;
mod reinterpreting_dct2d;
@@ -43,7 +43,7 @@ diff -up chromium-145.0.7632.75/third_party/rust/chromium_crates_io/vendor/jxl-v
// license that can be found in the LICENSE file.
+#![feature(avx512_target_feature)]
-+#![feature(stdarch_x86_avx512)]
++#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
+#![feature(non_null_from_ref)]
+
#![deny(unsafe_code)]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:08 [rpms/chromium] epel9-next: feature(stdarch_x86_avx512) only for x86_64 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox