Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asmjit/asmjit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 08ac033..c683989 100644
--- a/README.md
+++ b/README.md
@@ -47,12 +47,10 @@ TODO
* [ ] Core:
* [ ] Add support for user external buffers in CodeBuffer / CodeHolder.
- * [ ] Register allocator doesn't understand register pairs, affected instructions:
- * [ ] v4fmaddps, v4fmaddss, v4fnmaddps, v4fnmaddss
- * [ ] vp4dpwssd, vp4dpwssds
- * [ ] vp2intersectd, vp2intersectq
* [ ] Ports:
- * [ ] ARM/Thumb/AArch64 support.
+ * [ ] 32-bit ARM/Thumb port.
+ * [ ] 64-bit ARM (AArch64) port.
+ * [ ] RISC-V port.
Support
-------