Enable HAS_VFP_D32 for 32-bit armv8 crasher
Android.bp assumed only an armv7-a-neon core needs to set HAS_VFP_D32.
In fact, an armv8 core also has 32 double-word floating point registers
for A32 and T32 ISAs (AArch32 or 32-bit armv8).
Bug: 65568426
Test: lunch aosp_arm64; emulator # on oc-mr1-dev; boot to home screen.
Check crashglue.o actually uses VFP_D16-31 for 32-bit armv8 core.
Change-Id: I34584a27fa24a55bb4809ccd7f99a8122971df0e
This commit is contained in:
parent
e9b3a75e6f
commit
6dc21a5ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ cc_defaults {
|
|||
arm: {
|
||||
srcs: ["arm/crashglue.S"],
|
||||
|
||||
armv7_a_neon: {
|
||||
neon: {
|
||||
asflags: ["-DHAS_VFP_D32"],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue