raygon-renderer / thermite

Thermite SIMD: Melt your CPU
https://raygon-renderer.github.io/thermite/
Apache License 2.0
155 stars 2 forks source link

Is non-x86 SIMD planned? #2

Closed vi closed 3 years ago

vi commented 3 years ago

If NEON support is not planned then repository and project description should be updated, reflecting the x86-only goals.

novacrazy commented 3 years ago

Yes, ARM/aarch64 NEON and WASM SIMD extension support is planned. Plus a scalar fallback that should work fine on regular WASM. It is mentioned in the readme, but I suppose it needs to be made more clear.