Update raspi_arm.gni

This commit is contained in:
Alexander David Frick 2022-07-11 09:22:03 -05:00 committed by GitHub
parent 241604b6a7
commit dbf5654b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
# The ARM floating point hardware. This will be a string like "neon" or
# "vfpv3". An empty string means to use the default for the arm_version.
arm_fpu = ""
arm_fpu = "neon-vfpv4"
# The ARM variant-specific tuning mode. This will be a string like "armv6"
# or "cortex-a15". An empty string means to use the default for the