https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109734
--- Comment #3 from Andrew Pinski ---
Also you read the assembly incorrectly. Aarch64 gcc is producing the simd cnt
instruction to do the popcount and not the scalar instruction. Arm(32) is doing
the call. I am not 100% sure but you should try t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109734
--- Comment #2 from Andrew Pinski ---
Oh cssc feature support is only in gcc 13 and above too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109734
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---