Commit f45e4ff
committed
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]>1 parent 34aca11 commit f45e4ff
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
685 | 691 | | |
686 | 692 | | |
687 | 693 | | |
| |||
0 commit comments