mbox series

[RISU,0/2] Do not enable --sve by default

Message ID 20190206101446.6898-1-richard.henderson@linaro.org
Headers show
Series Do not enable --sve by default | expand

Message

Richard Henderson Feb. 6, 2019, 10:14 a.m. UTC
In the process of noticing what the problem was, 
add fp regs to the aarch64 smoke test.


r~


Richard Henderson (2):
  aarch64: Fill in fp regs for test_aarch64.s
  risugen: Default to sve off

 risugen        |  3 ++-
 test_aarch64.s | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 1 deletion(-)

-- 
2.17.2

Comments

Peter Maydell Feb. 8, 2019, 1:15 p.m. UTC | #1
On Wed, 6 Feb 2019 at 10:14, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> In the process of noticing what the problem was,

> add fp regs to the aarch64 smoke test.

>

>


Applied to risu master, thanks.

-- PMM