rust/library/stdarch/ci
Alex Crichton c6356546c0
Updates for wasm simd support (#1110)
* Uncomment some i64-related instruction assertions now that LLVM
  supports the opcodes.
* Fix the codegen for `{i,u}32x4_trunc_sat_f32x4`. This was originally
  introduced using `simd_cast` but that inherits LLVM's UB related to
  float-to-integer casts out of bounds. Since the original inception of
  these intrinsics in LLVM dedicated intrinsics for the wasm
  instructions have been added, so this swithces the implementation to
  using those.
* Uncomment `f64x2_convert_low_i32x4` instruction assertion and add a
  test now that this is implemented in Wasmtime.
2021-04-07 17:05:34 +01:00
..
docker Updates for wasm simd support (#1110) 2021-04-07 17:05:34 +01:00
android-install-ndk.sh Add retries to a number of downloads 2018-12-13 15:30:17 -08:00
android-install-sdk.sh Fix android build jobs 2019-01-21 21:37:45 +01:00
android-sysimage.sh Add retries to a number of downloads 2018-12-13 15:30:17 -08:00
dox.sh Build documentation with '--edition=2018' 2019-10-26 18:46:57 +02:00
gba.json Revert the regression, add a GBA target to avoid this again 2019-03-18 08:57:03 +01:00
run-docker.sh Add Azure Pipelines 2019-07-14 15:29:19 +02:00
run.sh More wasm SIMD updates 2021-03-21 09:24:39 +00:00
runtest-android.rs Run multithreaded quiet tests (#622) 2018-12-14 13:28:23 -06:00
style.sh Migrate CI to GitHub Actions (#813) 2019-09-24 09:03:56 -05:00