[libc-commits] [libc] [libc] add cpu feature flags for SVE/SVE2/MOPS (PR #166884)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Fri Nov 7 06:17:48 PST 2025
SchrodingerZhu wrote:
> Just for reference, Arm's latest C1 series CPUs support MOPS, but according to Arm's [Software Developer Errata Notice](https://developer.arm.com/documentation/111077/8-0/?lang=en), MOPS might cause performance degradation. may need dispatch like FSRM.
>
>
>
> > 4043997
>
> FEAT_MOPS instructions might cause performance degradation
Got it. Thank you for the info!
Currently it is really just a feature flag. When we are going to use it, we could either look for ways to dispatch it or just leave it as a config flag.
https://github.com/llvm/llvm-project/pull/166884
More information about the libc-commits
mailing list