You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed. We decided a while back to put simd support off until someone needed it. Considering simd support is in stable now, we'll take another look at translating simd types and builtins. Assuming everything matches up well enough, we should be able to add this soon.
SIMD support has been merged as of 78372fd. The translator should now translate all of the __m* types and most of the __mm* functions (rust is missing some small subset of instructions so we can't translate those)
If you find any other SIMD functions that go untranslated, and have rust equivalents (even if not stable), please feel free to reopen this issue!
For example it would be nice to be able to handle the following code:
The text was updated successfully, but these errors were encountered: