leaningtech/cheerp-meta

SIMD/Avx/Avx2 support?

Closed this issue · 1 comments

Hello,

does cheerp support SIMD avx/avx2 instructions?
Did not find any help on this on the internet nor in github

thanks

Hi!

Cheerp currently does not support SIMD, although we plan to implement it in the future.

In particular about avx/avx2: they are x86-specific, so some sort of compatibility layer on top of native Wasm SIMD instructions would be needed, even after we implement the latter.

We will update this issue when there will be progress on this feature.