Re: [PATCH v2 0/2] efi: preserve NEON registers on UEFI services calls
From: Mark Salter <hidden>
Date: 2014-06-26 13:58:07
Also in:
linux-arm-kernel
From: Mark Salter <hidden>
Date: 2014-06-26 13:58:07
Also in:
linux-arm-kernel
On Thu, 2014-06-26 at 12:09 +0200, Ard Biesheuvel wrote:
The current UEFI implementation for arm64 fails to preserve/restore the contents of the NEON register file,
Does the current implementation actually use NEON registers? I know there are some at least, which build with -mgeneral-regs-only to keep gcc from using NEON registers. Not that that means we don't need this. Just curious.