Skip to content
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

x86 intrinsics for Multi-Precision Arithmetic #322

Closed
newpavlov opened this issue Feb 11, 2018 · 2 comments
Closed

x86 intrinsics for Multi-Precision Arithmetic #322

newpavlov opened this issue Feb 11, 2018 · 2 comments
Labels

Comments

@newpavlov
Copy link
Contributor

newpavlov commented Feb 11, 2018

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
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!
@alexcrichton
Copy link
Member

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
@jethrogb
Copy link
Contributor

See #663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants