]> Cypherpunks repositories - gostls13.git/commit
math, math/big: add wasm architecture
authorRichard Musiol <mail@richard-musiol.de>
Sun, 4 Mar 2018 11:36:52 +0000 (12:36 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 May 2018 13:29:22 +0000 (13:29 +0000)
commitb00f72e08a574297827d27779cb3aabf3b49524c
tree39b2e578c67382ceb4c0a5dd4e6d6776fcd60020
parentb382fe28a79d97d3ee1f3b79548d63929b0119b1
math, math/big: add wasm architecture

This commit adds the wasm architecture to the math package.

Updates #18892

Change-Id: I5cc38552a31b193d35fb81ae87600a76b8b9e9b5
Reviewed-on: https://go-review.googlesource.com/106996
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/math/big/arith_wasm.s [new file with mode: 0644]
src/math/floor_wasm.s [new file with mode: 0644]
src/math/sqrt_wasm.s [new file with mode: 0644]
src/math/stubs_wasm.s [new file with mode: 0644]