mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update raspi_arm.gni
This commit is contained in:
parent
241604b6a7
commit
dbf5654b4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue