For example, for HPC applications, I want to turn on the ARM SVE compiler option, How Can I achieve this ?
Take the dhrystone for example, I use the following command:
./build-buildroot --config 'BR2_PACKAGE_DHRYSTONE=y' --config 'BR2_OPTIMIZE_3=y'
How can I make sure that the sve compiler option has been opened and How can I know that the generated executable has the sve instructions ?