Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931775 - media-libs/opus: Always enable NEON intrinsics on arm64
Summary: media-libs/opus: Always enable NEON intrinsics on arm64
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-11 20:20 UTC by Mart Raudsepp
Modified: 2024-05-11 20:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)