Adithya R 695b45271c sm7325-common: Switch to dot product CPU variant
* dubai:/ $ cat /proc/cpuinfo | grep -m 1 Features
   Features: fp asimd evtstrm aes pmull sha1 sha2 crc32
   atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp

 * From this, it's evident that our CPU (Snapdragon 778G+)
   supports all the features of ARMv8.2-DotProd [1].
   Moreover AOSP sets this arch variant in their generic
   cortex-a55 ART target as well [2]. This should unlock
   some optimizations in different code paths.

[1]: https://en.wikichip.org/wiki/arm/armv8#ARMv8_Extensions_and_Processor_Features
[2]: https://android.googlesource.com/device/generic/art/+/refs/heads/master/armv8_cortex_a55/BoardConfig.mk#23

Change-Id: I484bb2bcc181c62e29c04bc6e467e5edea8ac0d8
2025-01-21 11:56:59 -05:00
2022-03-26 23:16:05 +01:00
2025-01-21 00:31:34 +02:00
2024-11-09 16:42:23 -07:00
2025-01-04 20:27:05 +02:00
Description
No description provided
2.1 MiB
Languages
C++ 69.9%
Shell 17.2%
C 10.3%
Makefile 1.6%
M4 0.7%
Other 0.2%