public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: feature(stdarch_x86_avx512) only for x86_64
Date: Fri, 07 Aug 2026 16:08:44 GMT	[thread overview]
Message-ID: <178611892496.1.14504690677980933981.rpms-chromium-4f3c4ea6b8ee@fedoraproject.org> (raw)

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)]

                 reply	other threads:[~2026-08-07 16:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611892496.1.14504690677980933981.rpms-chromium-4f3c4ea6b8ee@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox