This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
begonia: Set arch variant to armv8-2a-dotprod
begonia:/ $ cat /proc/cpuinfo | grep Features -m 1 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 (G90T) supports all the features of ARMv8.2-DotProd [1]. This should unlock some optimizations in different code paths. [1]: https://en.wikichip.org/wiki/arm/armv8#ARMv8_Extensions_and_Processor_Features Change-Id: I54c5901aa6e02dad4fbe20af9221c54d3e6b82ce Signed-off-by: 7Soldier <reg.fm4@gmail.com>
- Loading branch information