Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da644317 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents cb881e7c 7a304839
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@ cc_defaults {
    arch: {
        arm: {
            srcs: ["arm/crashglue.S"],

            neon: {
                asflags: ["-DHAS_VFP_D32"],
            },
        },
        arm64: {
            srcs: ["arm64/crashglue.S"],
+0 −2
Original line number Diff line number Diff line
@@ -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]