Skip to content
/ rust Public
forked from rust-lang/rust

Commit abd5d05

Browse files
Merge pull request rust-lang#450 from programmerjake/update-llvm-workaround-comment
update llvm workaround comment to link to rust tracking issue too
2 parents c659647 + d545e84 commit abd5d05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/core_simd/src/simd/num/float.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ macro_rules! impl_trait {
263263
unsafe { core::intrinsics::simd::simd_as(self) }
264264
}
265265

266-
// https://github.com/llvm/llvm-project/issues/94694
266+
// workaround for https://github.com/llvm/llvm-project/issues/94694 (fixed in LLVM 20)
267+
// tracked in: https://github.com/rust-lang/rust/issues/135982
267268
#[cfg(target_arch = "aarch64")]
268269
#[inline]
269270
fn cast<T: SimdCast>(self) -> Self::Cast<T>

0 commit comments

Comments
 (0)