Skip to content

Commit 76dec6a

Browse files
committed
Added SIMD to readme
1 parent d5f997b commit 76dec6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,13 @@ Go to the [web-demo](https://adam-mcdaniel.net/sage) or the [examples/frontend](
152152
## Feature Roadmap
153153

154154
- [x] Compiler Backends
155-
- [x] x86 (semi-implemented and unoptimized)
156-
- [ ] RISC-V
157-
- [ ] ARM
158155
- [ ] LLVM (highly desired!)
159156
- [x] C (fully-implemented but unoptimized)
160157
- [x] Interpreter (fully-implemented but unoptimized)
161158
- [x] Web Backend
162159
- [x] Interpreter
163160
- [ ] Visual demo like the [web-demo](https://adam-mcdaniel.net/harbor) for [Harbor](https://github.com/adam-mcdaniel/harbor)
161+
- [x] SIMD vector instruction support
164162
- [x] Static variables and constant expressions
165163
- [x] Conditional compilation
166164
- [x] Polymorphic functions

0 commit comments

Comments
 (0)