commit | 6e0b536cdeb64eec153bb0e92dc219e7011b765e | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Apr 12 17:10:01 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 12 17:10:01 2017 +0000 |
tree | a1023a7f7f15b69cf1bed270c47eb827b8671042 | |
parent | 5de3812c58f2c3baaaf4c00508f26dc766b1f01f [diff] | |
parent | 5cfd70952954ed5cffa270d9733df802123b1ea0 [diff] |
Merge "soong: use optimal FPU for Cortex-A7"
diff --git a/cc/config/arm_device.go b/cc/config/arm_device.go index 9058de2..5d17d15 100644 --- a/cc/config/arm_device.go +++ b/cc/config/arm_device.go
@@ -109,6 +109,7 @@ }, "cortex-a7": []string{ "-mcpu=cortex-a7", + "-mfpu=neon-vfpv4", // Fake an ARM compiler flag as these processors support LPAE which GCC/clang // don't advertise. // TODO This is a hack and we need to add it for each processor that supports LPAE until some