Adds section about supported SIMD ISAs to README.
This commit is contained in:
parent
16d544b769
commit
3dc478e348
1 changed files with 5 additions and 0 deletions
|
|
@ -14,3 +14,8 @@ This repository allows you to describe [geometric algebras](https://en.wikipedia
|
|||
- Emitter: Serializes the AST to source code
|
||||
- [Rust](https://www.rust-lang.org/)
|
||||
- [GLSL](https://www.khronos.org/opengl/wiki/Core_Language_(GLSL))
|
||||
|
||||
## Supported SIMD ISAs
|
||||
- x86, x86_64: sse2
|
||||
- arm, aarch64: neon
|
||||
- wasm32: simd128
|
||||
Loading…
Add table
Reference in a new issue