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
EDIT: Rust now has a workaround for the llvm bug but it doesn't appear to fix this issue.
The only work around I know of at this time is either copy-paste the generic function to separate functions for each SIMD target you want, or find a way to make your function non recursive.
If anyone has ideas for a better workaround let me know, otherwise I'll leave this open until the llvm bug is fixed. If you have an account on the llvm bug tracker feel free to politely mention you would like to see this fixed.
The text was updated successfully, but these errors were encountered:
Another update - the PR for the Rust workaround has been reverted, it was causing some problems, and LLVM has a proposed fix, so the real fix should be soon!
see:
rust-lang/rust#53117
Caused by this llvm bug (probably):
https://bugs.llvm.org/show_bug.cgi?id=37358
EDIT: Rust now has a workaround for the llvm bug but it doesn't appear to fix this issue.
The only work around I know of at this time is either copy-paste the generic function to separate functions for each SIMD target you want, or find a way to make your function non recursive.
If anyone has ideas for a better workaround let me know, otherwise I'll leave this open until the llvm bug is fixed. If you have an account on the llvm bug tracker feel free to politely mention you would like to see this fixed.
The text was updated successfully, but these errors were encountered: