Is there any register to check if neon is supported on a armv8 machine?

169 views Asked by At

I was researching and I found this register ID_AA64ZFR0_EL1 it checks if SVE is supported. "SVE Feature ID register 0". I was wondering if there is any register which I can use to check if Neon is supported. If not, is there any other way I can check it using assembly?

0

There are 0 answers