diff options
| author | bors <bors@rust-lang.org> | 2018-07-03 07:06:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-07-03 07:06:46 +0000 |
| commit | 8fa9bfeb154e18b6a9caaabd1494fddea9d0d63a (patch) | |
| tree | 035628cc06d30478170e518139ed89d8c011faca /src | |
| parent | 0fb6e3994fc1091144dc4338d3509a9cc1bcb100 (diff) | |
| parent | 56e46255b39058725d25e74200e03c0c70a0d0d3 (diff) | |
| download | rust-8fa9bfeb154e18b6a9caaabd1494fddea9d0d63a.tar.gz rust-8fa9bfeb154e18b6a9caaabd1494fddea9d0d63a.zip | |
Auto merge of #51695 - est31:stdsimd_update, r=alexcrichton
Update stdsimd Closes #51691
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/wasm32-shim.js | 4 | ||||
| m--------- | src/stdsimd | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/etc/wasm32-shim.js b/src/etc/wasm32-shim.js index 98d6202a63f..378aae59733 100644 --- a/src/etc/wasm32-shim.js +++ b/src/etc/wasm32-shim.js @@ -107,6 +107,10 @@ imports.env = { exp2f: function(x) { return Math.pow(2, x); }, ldexp: function(x, y) { return x * Math.pow(2, y); }, ldexpf: function(x, y) { return x * Math.pow(2, y); }, + sin: Math.sin, + sinf: Math.sin, + cos: Math.cos, + cosf: Math.cos, log: Math.log, log2: Math.log2, log10: Math.log10, diff --git a/src/stdsimd b/src/stdsimd -Subproject a19ca1cd91cf97777af8268a6136bd2e4648e18 +Subproject 886ff388fbbe8798e292431d824a5ff3c3458f4 |
