From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwyPq-0003Dj-JG for qemu-devel@nongnu.org; Tue, 26 Sep 2017 18:33:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwyPl-0002uG-NQ for qemu-devel@nongnu.org; Tue, 26 Sep 2017 18:33:22 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:56328) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwyPl-0002tb-GQ for qemu-devel@nongnu.org; Tue, 26 Sep 2017 18:33:17 -0400 Received: by mail-wr0-x230.google.com with SMTP id r74so14360836wrb.13 for ; Tue, 26 Sep 2017 15:33:17 -0700 (PDT) References: <20170916023417.14599-1-richard.henderson@linaro.org> <20170916023417.14599-4-richard.henderson@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20170916023417.14599-4-richard.henderson@linaro.org> Date: Tue, 26 Sep 2017 23:33:15 +0100 Message-ID: <87poadccpg.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 3/6] target/arm: Align vector registers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, f4bug@amsat.org Richard Henderson writes: > Signed-off-by: Richard Henderson Signed-off-by: Alex Bennée > --- > target/arm/cpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/arm/cpu.h b/target/arm/cpu.h > index 98b9b26fd3..c346bd148f 100644 > --- a/target/arm/cpu.h > +++ b/target/arm/cpu.h > @@ -486,7 +486,7 @@ typedef struct CPUARMState { > * the two execution states, and means we do not need to explicitly > * map these registers when changing states. > */ > - float64 regs[64]; > + float64 regs[64] QEMU_ALIGNED(16); > > uint32_t xregs[16]; > /* We store these fpcsr fields separately for convenience. */ -- Alex Bennée