fix comment

This commit is contained in:
Alexander Frick 2024-10-31 03:32:56 -05:00
parent 398de2919d
commit 6742f45137

View file

@ -38,7 +38,7 @@ config("compiler") {
ldflags = [ "-Wl,-O3", ] + common_mac_flags
if (current_cpu == "arm64") {
// Alex313031 TODO: Possibly use -mcpu here?
# Alex313031 TODO: Possibly use -mcpu here?
cflags += [ "-march=armv8.3-a+simd", "-mtune=apple-m1" ]
ldflags += [ "-march=armv8.3-a+simd", "-mtune=apple-m1" ]
}