Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Optimize for sm8150's Kryo 485 CPU setup
The big (Gold and Prime) cores are derived from ARM's Cortex-A75 reference design, while the little (Silver) cores are derived from Cortex-A55. Clang doen't support optimizing for two clusters at once, so help the weaker little cluster out a bit by optimizing exclusive for it instead since it needs all the speed it can get. Test: GCC 9.1.0 and Clang 10.0.0svn both compile working kernels Signed-off-by: Danny Lin <[email protected]>
- Loading branch information