]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: avoid fma in mkfastlog2table
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Jun 2022 20:22:02 +0000 (13:22 -0700)
committerGopher Robot <gobot@golang.org>
Sun, 26 Jun 2022 22:12:19 +0000 (22:12 +0000)
commit351e0f4083779d8ac91c05afebded42a302a6893
treeeb9505704c92bd3126aae3d4024927c9fe63cd1d
parent416c953960a475b7418b5c6aef0f46dd102b9129
runtime: avoid fma in mkfastlog2table

This lets us generate identical copies of fastlog2table.go on all hosts.

Tested by regenerating fastlog2table.go on linux-amd64 and darwin-arm64.

Fixes #49891

Change-Id: I279d6b5abb5a5290c049d9658050fd9c8d0c0190
Reviewed-on: https://go-review.googlesource.com/c/go/+/413976
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/runtime/mkfastlog2table.go