simd-everywhere / simde

Implementations of SIMD instruction sets for systems which don't natively support them.
https://simd-everywhere.github.io/blog/
MIT License
2.28k stars 237 forks source link

x86: remove redundant _mm_add_pd translation for WASM #1190

Closed wrv closed 3 weeks ago

wrv commented 3 weeks ago

This PR removes a duplicated translation for WASM for the SSE2 _mm_add_pd intrinsic.

mr-c commented 3 weeks ago

Thanks!