rust/library/stdarch/ci
Kaz Wesley 7fda54f9bc fix _mm_castsi128_pd and _mm_castpd_si128 impls (#581)
* fix _mm_castsi128_pd and _mm_castpd_si128 impls

The _mm_castX_Y SSE intrinsics are "reinterpreting" casts; LLVM's
simd_cast is a "converting" cast. Replace simd_cast with mem::transmute.
Fixes #55249

* Temporarily pin CI

* Fix i686 segfaults

* Fix wasm CI

Output of `wasm2wat` has changed!

* Fix AppVeyor with an older nightly
2018-10-23 18:10:54 +02:00
..
docker Remove lld-shim.rs no longer needed on wasm 2018-09-17 11:32:10 +02:00
android-install-ndk.sh add CI for Android 2018-06-23 16:09:27 +02:00
android-install-sdk.sh add CI for Android 2018-06-23 16:09:27 +02:00
android-sysimage.sh add CI for Android 2018-06-23 16:09:27 +02:00
dox.sh Add wasm32 simd128 intrinsics (#549) 2018-08-15 09:20:33 -07:00
run-docker.sh Add wasm32 simd128 intrinsics (#549) 2018-08-15 09:20:33 -07:00
run.sh fix _mm_castsi128_pd and _mm_castpd_si128 impls (#581) 2018-10-23 18:10:54 +02:00
runtest-android.rs add CI for Android 2018-06-23 16:09:27 +02:00