Re: [PATCH 10/18] i386: Add size suffix to vector FP helpers

2022-08-25 Thread Richard Henderson
On 8/25/22 15:14, Paolo Bonzini wrote: From: Paul Brook For AVX we're going to need both 128 bit (xmm) and 256 bit (ymm) variants of floating point helpers. Add the register type suffix to the existing *PS and *PD helpers (SS and SD variants are only valid on 128 bit vectors) No functional

[PATCH 10/18] i386: Add size suffix to vector FP helpers

2022-08-25 Thread Paolo Bonzini
From: Paul Brook For AVX we're going to need both 128 bit (xmm) and 256 bit (ymm) variants of floating point helpers. Add the register type suffix to the existing *PS and *PD helpers (SS and SD variants are only valid on 128 bit vectors) No functional changes. Signed-off-by: Paul Brook