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
as mentioned in llvm/llvm-project/issues/64420 trying to compile SIMD types with upstream llvm causes crashes.
it works fine with the llvm from this repo however.
Me and @freemin7 are working porting rust to the Vector Engine, and this problem is a big blocker for us.
We would like to know if there are plans to upstream the changes required to compile i32x4 type.
The text was updated successfully, but these errors were encountered:
as mentioned in llvm/llvm-project/issues/64420 trying to compile SIMD types with upstream llvm causes crashes.
it works fine with the llvm from this repo however.
Me and @freemin7 are working porting rust to the Vector Engine, and this problem is a big blocker for us.
We would like to know if there are plans to upstream the changes required to compile i32x4 type.
The text was updated successfully, but these errors were encountered: