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
Yeah, check out the llvm module for the current "generic" simd_ intrinsics that are available. There might be a couple more that are not used in stdsimd yet, so if you need anything that's not there, let us know here.
… are not LLVM intrinsics, they're represented in IR as
icmp
and literally written as just<
in C:Is it possible to emit this w/o inline assembly right now? I don't see a comparison implementation for these types…
cc #148
The text was updated successfully, but these errors were encountered: