Merge "Clean up some unneeded non-neon support."

This commit is contained in:
Treehugger Robot 2022-10-31 18:51:46 +00:00 committed by Gerrit Code Review
commit da644317e3
2 changed files with 0 additions and 6 deletions

View File

@ -19,10 +19,6 @@ cc_defaults {
arch: {
arm: {
srcs: ["arm/crashglue.S"],
neon: {
asflags: ["-DHAS_VFP_D32"],
},
},
arm64: {
srcs: ["arm64/crashglue.S"],

View File

@ -32,7 +32,6 @@ crash1:
fconstd d13, #13
fconstd d14, #14
fconstd d15, #15
#if defined(HAS_VFP_D32)
fconstd d16, #16
fconstd d17, #17
fconstd d18, #18
@ -49,7 +48,6 @@ crash1:
fconstd d29, #29
fconstd d30, #30
fconstd d31, #31
#endif
mov lr, #0
ldr lr, [lr]