[PATCH v1 0/3] arm64/sve: Trivial optimisation for 128 bit SVE vectors

Mark Brown broonie at kernel.org
Mon May 10 05:23:45 PDT 2021


This series is a combination of factoring out some duplicated code and a
very minor optimisation to the performance of handling converting FPSIMD
state to SVE in the live registers for 128 bit SVE vectors.

Mark Brown (3):
  arm64/sve: Split _sve_flush macro into separate Z, P and FFR flushes
  arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()
  arm64/sve: Skip flushing Z registers with 128 bit vectors

 arch/arm64/include/asm/fpsimd.h       |  2 +-
 arch/arm64/include/asm/fpsimdmacros.h |  6 +++++-
 arch/arm64/kernel/entry-fpsimd.S      | 21 ++++++++++++++-------
 arch/arm64/kernel/fpsimd.c            |  6 ++++--
 4 files changed, 24 insertions(+), 11 deletions(-)


base-commit: 6efb943b8616ec53a5e444193dccf1af9ad627b5
-- 
2.20.1




More information about the linux-arm-kernel mailing list