Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931775

Summary: media-libs/opus: Always enable NEON intrinsics on arm64
Product: Gentoo Linux Reporter: Mart Raudsepp <leio>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: CONFIRMED ---    
Severity: normal CC: arm64, steils
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mart Raudsepp gentoo-dev 2024-05-11 20:20:54 UTC
CPU_FLAGS_ARM=neon is meant for ARM 32-bit NEON. For all practical purposes, 64-bit NEON is always available on arm64, so it should just be always enabled, not via the use.masked cpu_flags_arm_neon. It's masked, because it tends to enable 32-bit NEON in packages and break on arm64.

Please pass -Dintrinsics=enabled on arm64 unconditionally (other than the arch flag)