From f5ae2b75c811285f04f3e757b5fcf6f924d8810f Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 14 Sep 2022 22:12:21 +0100 Subject: [PATCH] --- openpower/sv/rfc/ls001.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/rfc/ls001.mdwn b/openpower/sv/rfc/ls001.mdwn index 56d10143f..85e617649 100644 --- a/openpower/sv/rfc/ls001.mdwn +++ b/openpower/sv/rfc/ls001.mdwn @@ -252,7 +252,8 @@ count and reducing assembler complexity are: data manipulation. With Pack/Unpack being part of SVSTATE it can be applied *in-place* saving register file space (no copy/mv needed). * Load/Store speculative "fault-first" behaviour, identical to SVE and RVV - Fault-first: provides auto-truncation of a speculative LD/ST helping + Fault-first: provides auto-truncation of a speculative sequential parallel + LD/ST batch, helping solve the "SIMD Considered Harmful" stripmining problem from a Memory Access perspective. * Data-Dependent Fail-First: a 100% Deterministic extension of the LDST -- 2.30.2