From 3dc478e34833ed5e02f4e241d258269407db309b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Mei=C3=9Fner?= Date: Fri, 18 Jun 2021 21:03:37 +0200 Subject: [PATCH] Adds section about supported SIMD ISAs to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c6d1518..ed8d6ad 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file