about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer/mod.rs
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-09-03 23:08:09 +1000
committerGitHub <noreply@github.com>2025-09-03 23:08:09 +1000
commit1ec369ee2491f03ad121e1359c29fd6fc1af41ac (patch)
treee84990128de2353cb790dc46178d8d5fc2f914ba /compiler/rustc_parse/src/lexer/mod.rs
parent8746c2302c5e5a1a0eb575d7400d596f10c8e922 (diff)
parent0b1bc65002371c36b6e796f8933f8cb96e5d31d8 (diff)
downloadrust-1ec369ee2491f03ad121e1359c29fd6fc1af41ac.tar.gz
rust-1ec369ee2491f03ad121e1359c29fd6fc1af41ac.zip
Rollup merge of #146032 - heiher:loong64-none-no-lsx, r=lqd
Explicity disable LSX feature for `loongarch64-unknown-none` target

The `loongarch64-unknown-none` target is a bare-metal target with hardware floating-point support and should not enable SIMD extensions by default. However, LLVM's LoongArch64 backend enables LSX implicitly, inadvertently activating SIMD instructions for this target. This patch explicitly disable LSX feature to prevent unintended SIMD usage.
Diffstat (limited to 'compiler/rustc_parse/src/lexer/mod.rs')
0 files changed, 0 insertions, 0 deletions