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
..
2018-08-01 18:47:00 -05:00
2018-08-14 17:23:01 +02:00
2018-07-31 08:03:22 -07:00
2018-07-31 08:03:22 -07:00
2018-06-15 14:40:34 +02:00
2018-07-19 00:10:44 +02:00
2018-10-09 14:21:24 -07:00
2018-07-31 08:03:22 -07:00