-
Notifications
You must be signed in to change notification settings - Fork 291
x86 intrinsics for Multi-Precision Arithmetic #322
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Dec 12, 2018
Requested in rust-lang/stdarch#322 this is hopefully the first step!
I've added the upstream target feature to rustc in rust-lang/rust#56749, and hopefully that's enough to start kicking the tires here! |
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 13, 2018
x86: Add the `adx` target feature to whitelist Requested in rust-lang/stdarch#322 this is hopefully the first step!
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 14, 2018
x86: Add the `adx` target feature to whitelist Requested in rust-lang/stdarch#322 this is hopefully the first step!
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 14, 2018
x86: Add the `adx` target feature to whitelist Requested in rust-lang/stdarch#322 this is hopefully the first step!
alexcrichton
added a commit
to alexcrichton/stdarch
that referenced
this issue
Jan 4, 2019
alexcrichton
added a commit
to alexcrichton/stdarch
that referenced
this issue
Jan 4, 2019
alexcrichton
added a commit
to alexcrichton/stdarch
that referenced
this issue
Jan 7, 2019
alexcrichton
added a commit
to alexcrichton/stdarch
that referenced
this issue
Jan 7, 2019
alexcrichton
added a commit
to alexcrichton/stdarch
that referenced
this issue
Jan 7, 2019
alexcrichton
added a commit
that referenced
this issue
Jan 7, 2019
See #663 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
Not a SIMD per se, but still quite important for some use-cases:
_addcarry_u32
_addcarry_u64
_addcarryx_u32
_addcarryx_u64
_subborrow_u32
_subborrow_u64
The text was updated successfully, but these errors were encountered: