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

Cleanup #280

Closed
wants to merge 3 commits into from
Closed

Cleanup #280

wants to merge 3 commits into from

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 22, 2011

Update docs for 'if' statements, remove redundant alt cases, expand elseif tests.

@graydon
Copy link
Contributor

graydon commented Mar 22, 2011

Integrated.

@graydon graydon closed this Mar 22, 2011
oli-obk added a commit to oli-obk/rust that referenced this pull request Sep 19, 2017
Produce backtraces for miri internals
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this pull request Dec 12, 2017
Refine defininition of mcontext_t on linux glibc x86-64 and x86.
kazcw pushed a commit to kazcw/rust that referenced this pull request Oct 23, 2018
* Implement `_m_psubb`

* Implement `_m_psubw`

* Implement `_m_psubd`

* Implement `_m_psubsb`

* Implement `_m_psubsw`

* Implement `_m_psubusb`

* Implement `_m_psubusw`

* Have the subtraction intrinsic naming consistent with the addition ones

E.g. use `_mm_sub_pi8` instead of `_m_psubb`

* Implement all subtraction aliases for the `_mm_*` variants

- `_m_psubb` for `_mm_sub_pi8`
- `_m_psubw` for `_mm_sub_pi16`
- `_m_psubd` for `_mm_sub_pi32`
- `_m_psubsb` for `_mm_subs_pi8`
- `_m_psubsw` for `_mm_subs_pi16`
- `_m_psubusb` for `_mm_subs_pu8`
- `_m_psubusw` for `_mm_subs_pu16`
workingjubilee pushed a commit to workingjubilee/rustc that referenced this pull request Jul 20, 2022
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
* Add support for multiple expected failures.

* Check for expected failures on RMC's output instead of test file.

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

Successfully merging this pull request may close these issues.

2 participants