-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule to latest master (b3040679): math: remove riscv64 as…
…sembly implementations of rounding
- Loading branch information
1 parent
76ad1a1
commit 586d987
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go
updated
23 files
+0 −13 | src/cmd/dist/test.go | |
+2 −0 | src/context/context.go | |
+4 −0 | src/context/x_test.go | |
+8 −33 | src/crypto/hmac/hmac_test.go | |
+189 −0 | src/crypto/internal/cryptotest/hash.go | |
+5 −0 | src/crypto/md5/md5_test.go | |
+5 −0 | src/crypto/sha1/sha1_test.go | |
+10 −0 | src/crypto/sha256/sha256_test.go | |
+16 −0 | src/crypto/sha512/sha512_test.go | |
+13 −0 | src/crypto/tls/bogo_shim_test.go | |
+3 −0 | src/go/build/deps_test.go | |
+18 −0 | src/io/pipe_test.go | |
+1 −1 | src/math/floor_asm.go | |
+1 −1 | src/math/floor_noasm.go | |
+0 −41 | src/math/floor_riscv64.s | |
+35 −30 | src/os/exec/exec.go | |
+21 −1 | src/os/exec/exec_test.go | |
+93 −12 | src/runtime/mprof.go | |
+21 −2 | src/runtime/pprof/pprof.go | |
+78 −0 | src/runtime/pprof/pprof_test.go | |
+1 −1 | src/testing/testing.go | |
+1 −1 | src/unsafe/unsafe.go | |
+17 −0 | test/fixedbugs/issue68322.go |