mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
add technetium logos and fix cortex-a72 flag
This commit is contained in:
parent
584b31ce8a
commit
80130dec4d
5 changed files with 9 additions and 4 deletions
|
@ -2364,10 +2364,12 @@ if (is_win) {
|
|||
|
||||
if (current_cpu == "arm64") {
|
||||
common_optimize_on_cflags += [ "-march=armv8-a+simd", ]
|
||||
}
|
||||
|
||||
if (is_raspi == true) {
|
||||
common_optimize_on_cflags += [ "-mtune=cortex-a72", ]
|
||||
if (is_raspi == true) {
|
||||
common_optimize_on_cflags += [ "-mtune=cortex-a72", ]
|
||||
}
|
||||
if (is_mac) {
|
||||
common_optimize_on_cflags += [ "-march=armv8.3-a+simd", ]
|
||||
}
|
||||
}
|
||||
|
||||
common_optimize_on_cflags += [
|
||||
|
@ -2376,6 +2378,9 @@ if (is_win) {
|
|||
|
||||
if (current_cpu == "arm64") {
|
||||
common_optimize_on_ldflags += [ "-march=armv8-a+simd", ]
|
||||
if (is_mac) {
|
||||
common_optimize_on_ldflags += [ "-march=armv8.3-a+simd", ]
|
||||
}
|
||||
}
|
||||
|
||||
common_optimize_on_ldflags += [
|
||||
|
|
BIN
logos/OLD/technetium1.png
Normal file
BIN
logos/OLD/technetium1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
BIN
logos/OLD/technetium3.png
Normal file
BIN
logos/OLD/technetium3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in a new issue