-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEON/AdvSIMD comparison intrinsics #754
Comments
ah, |
Yeah, check out the |
FWIW, if you like the 1:1 correspondence with intrinsic names, I think a bunch of these intrinsics (and more) are implemented in #792 ... See https://github.com/rust-lang/stdarch/pull/792/files#diff-66d90852ae58a548e0a34d1cb5e481ecR881 Maybe your 👍 could help it get merged... :) |
@sunnygleason amazing work, I'll look into it later |
… 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: