From dabe058546e266f600e978166ac848979e92ee43 Mon Sep 17 00:00:00 2001 From: AinsleySnow Date: Fri, 12 Jan 2024 12:43:15 +0800 Subject: [PATCH] [NFC][XTHeadVector] Update readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d93585f64b0b06..1123805d4098a1f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,11 @@ Any feature not listed below but present in the specification should be consider - (Done) `12.2. Vector Widening Integer Add/Subtract` - (Done) `vwadd{u}.{vv,vx,wv,wx}` - (Done) `vwsub{u}.{vv,vx,wv,wx}` - + - (Done) `12.3. Vector Integer Add-with-Carry / Subtract-with-Borrow Instructions` + - (Done) `vadc.{vvm,vxm,vim}` + - (Done) `vmadc.{vvm,vxm,vim}` + - (Done) `vsbc.{vvm,vxm}` + - (Done) `vmsbc.{vvm,vxm}` - (WIP) Clang intrinsics related to the `XTHeadVector` extension: - (WIP) `6. Configuration-Setting and Utility` - (Done) `6.1. Set vl and vtype`