-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-armTarget: ARM processors (arm, thumb and AArch64 targets)Target: ARM processors (arm, thumb and AArch64 targets)
Description
I tried compiling a Bevy project on macOS Sonoma 14.6.1 and ran into the following unsupported AArch64 llvm intrinsics:
warning: unsupported AArch64 llvm intrinsic llvm.aarch64.neon.fmax.v4f32; replacing with trap
warning: unsupported AArch64 llvm intrinsic llvm.aarch64.neon.fmin.v4f32; replacing with trap
warning: unsupported AArch64 llvm intrinsic llvm.aarch64.neon.faddv.f32.v4f32; replacing with trap
warning: unsupported AArch64 llvm intrinsic llvm.aarch64.neon.frintn.v4f32; replacing with trap
Let me know what I can do to help :)
Metadata
Metadata
Assignees
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-armTarget: ARM processors (arm, thumb and AArch64 targets)Target: ARM processors (arm, thumb and AArch64 targets)