Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/stdarch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 359845eb7cae85799dc2ec81f2fb05da0aa6276d
Choose a base ref
...
head repository: rust-lang/stdarch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12bdc2ed6b32653866d02b42f0885d9cd8bd295e
Choose a head ref
  • 15 commits
  • 12 files changed
  • 6 contributors

Commits on Feb 24, 2019

  1. Remove NORUN from Travis for PPC and s390x

    mati865 authored and gnzlbg committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    51a27d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. NVPTX syscalls

    denzp authored and gnzlbg committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    fb33e66 View commit details
    Browse the repository at this point in the history
  2. Correctly import core::ffi::c_void

    denzp authored and gnzlbg committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8319afe View commit details
    Browse the repository at this point in the history
  3. aarch64: escape square brackets in docs

    To comply with deny(intra_doc_link_resolution_failure)
    valpackett authored and gnzlbg committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c0c0d43 View commit details
    Browse the repository at this point in the history
  4. ACLE/SIMD32: add ssub8 and usub8

    - add `ssub8` and `usub8`
    - bump instruction limit to 29
    paoloteti authored and gnzlbg committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    f0c7a7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7040a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. ACLE/DSP: implement remaining intrinsics

    Adds:
    
    __smulbb, __smulbt, __smultb, __smultt, __smulwb, __smulwt
    __qdbl, __smlabb, __smlabt, __smlatb, __smlatt, __smlawb, __smlawt
    
    and related test-cases
    paoloteti authored and gnzlbg committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    7454388 View commit details
    Browse the repository at this point in the history
  2. Fix target arm-linux-androideabi

    Move int16x2_t and uint16x2_t into dsp.rs and export to simd32.rs.
    paoloteti authored and gnzlbg committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    f649570 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    76ac51f View commit details
    Browse the repository at this point in the history
  2. add the double quotes

    Lokathor authored and gnzlbg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    d9ee188 View commit details
    Browse the repository at this point in the history
  3. oh, they both need double quotes, okay

    Lokathor authored and gnzlbg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    e3e067d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fdd3ac View commit details
    Browse the repository at this point in the history
  5. I forgot that we need to install more

    Lokathor authored and gnzlbg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    8a8b48a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7711679 View commit details
    Browse the repository at this point in the history
  7. _mm_pause does not require SSE2

    Closes #705 .
    gnzlbg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    12bdc2e View commit details
    Browse the repository at this point in the history
Loading