File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments