add technetium logos and fix cortex-a72 flag

This commit is contained in:
Alexander Frick 2024-01-24 11:41:59 -06:00
parent 584b31ce8a
commit 80130dec4d
5 changed files with 9 additions and 4 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 359 B

BIN
logos/OLD/technetium3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB