| commit | 2e851609dfa26848241cf805fd5e3f35bfa13ddc | [log] [tgz] |
|---|---|---|
| author | XeonDead <xeondead@gmail.com> | Tue Aug 23 13:16:23 2022 +0300 |
| committer | Toufu <hamm157famm7423@gmail.com> | Mon Oct 13 12:14:34 2025 +0900 |
| tree | 55954b68e3bf6de197fa02fc888565f42b5ce02a | |
| parent | edf93203afb5014359cd4aa7be7994badaa4755d [diff] |
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>