From fb426e24f0653f58b5a6d8120778e57d17ec59fa Mon Sep 17 00:00:00 2001 From: Guy Lemieux Date: Wed, 14 Feb 2024 18:17:16 -0800 Subject: [PATCH] Update CHARTER-mini.md Simplified language on control flow instructions in Exclusions. Signed-off-by: Guy Lemieux --- TG/CX/CHARTER-mini.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TG/CX/CHARTER-mini.md b/TG/CX/CHARTER-mini.md index 891637b..c46a70c 100644 --- a/TG/CX/CHARTER-mini.md +++ b/TG/CX/CHARTER-mini.md @@ -44,10 +44,10 @@ extension(s) x extension librar(y/ies) x OS combinations. ## Exclusions -Not every arbitrary custom extension can be a composable extension. In -particular, the first release of CX will likely support only unprivileged -computational instructions. In particular, control-flow instructions will -likely be excluded. +Not every arbitrary custom extension can be a composable extension. +For example, the current scope excludes custom instructions +that can alter control flow. Hence, the first release of CX will +likely support only unprivileged computational instructions. Load/store instructions that operate on main memory, while important, add a level of complexity that may require it to be deferred until a successive