On Fri, Jun 10, 2022 at 2:35 AM Marc Zyngier <maz@xxxxxxxxxx> wrote: > > We currently start by assuming that the host owns the FP unit > at load time, then check again whether this is the case as > we are about to run. Only at this point do we account for the > fact that there is a (vanishingly small) chance that we're running > on a system without a FPSIMD unit (yes, this is madness). > > We can actually move this FPSIMD check as early as load-time, > and drop the check at run time. > > No intended change in behaviour. > > Suggested-by: Reiji Watanabe <reijiw@xxxxxxxxxx> > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> For patches 9~19 in the series, Reviewed-by: Reiji Watanabe <reijiw@xxxxxxxxxx> Thanks, Reiji