art: add check for __ARM_FEATURE_ATOMICS that indicates LSE atomics availability on target

fixes: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: -a53,crc,lse,fp16,dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,crc,-lse,fp16,dotprod,-sve)

Signed-off-by: XeonDead <xeondead@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
1 file changed