Commit graph

2 commits

Author SHA1 Message Date
Thomas Lively
9a55103b98 Upgrade Emscripten targets to use upstream LLVM backend
- Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the incorrect wasm32 C call ABI with the old asmjs
   version, which is correct for both wasm32 and JS.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Temporarily makes Emscripten targets use panic=abort by default
   because supporting unwinding will require an LLVM patch.
2019-10-04 00:47:21 -07:00
gnzlbg
457babff18 Move simd intrinsic codegen tests into the simd-intrinsic subdir 2019-02-08 16:53:53 +01:00
Renamed from src/test/codegen/simd-intrinsic-float-sin.rs (Browse further)