Update arm.gni

This commit is contained in:
Alexander David Frick 2022-07-11 06:05:37 -05:00 committed by GitHub
parent 6f07f13faf
commit a46f62297e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
# The ARM architecture. This will be a string like "armv6" or "armv7-a".
# An empty string means to use the default for the arm_version.
arm_arch = ""
arm_arch = "armv8.5-a"
# 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.