Skip to content

Commit abd5d05

Browse files
authoredMar 18, 2025··
Merge pull request #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)
Please sign in to comment.