diff options
| author | jethrogb <github@jbeekman.nl> | 2020-09-08 15:38:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-08 14:38:43 +0100 |
| commit | e8a9e43f9316ea935aad0ffbb305e8221b1ea519 (patch) | |
| tree | 3522f006ee7b2c499a87b1900fc44eda37329ac5 /library/stdarch/crates/stdarch-verify/tests | |
| parent | 3f982e086d6f109af9f92439e509dabd470c662d (diff) | |
| download | rust-e8a9e43f9316ea935aad0ffbb305e8221b1ea519.tar.gz rust-e8a9e43f9316ea935aad0ffbb305e8221b1ea519.zip | |
Re-land mm_extract_epi fix (#898)
This reverts commit 311d56cd91609c1c1c0370cbd2ece8e3048653a5. Co-authored-by: Jethro Beekman <jethro@fortanix.com>
Diffstat (limited to 'library/stdarch/crates/stdarch-verify/tests')
| -rw-r--r-- | library/stdarch/crates/stdarch-verify/tests/x86-intel.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/stdarch/crates/stdarch-verify/tests/x86-intel.rs b/library/stdarch/crates/stdarch-verify/tests/x86-intel.rs index b6f3b01f56c..f79483fc08a 100644 --- a/library/stdarch/crates/stdarch-verify/tests/x86-intel.rs +++ b/library/stdarch/crates/stdarch-verify/tests/x86-intel.rs @@ -323,8 +323,6 @@ fn verify_all_signatures() { // take a signed-integer. This breaks `_MM_SHUFFLE` for // `_mm_shuffle_ps`: "_mm_shuffle_ps" => continue, - // FIXME(#867) - "_mm256_extract_epi8" | "_mm256_extract_epi16" => continue, _ => {} } |
