diff options
Diffstat (limited to 'vendor/modernc.org/mathutil/sqr_std.go')
| -rw-r--r-- | vendor/modernc.org/mathutil/sqr_std.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/modernc.org/mathutil/sqr_std.go b/vendor/modernc.org/mathutil/sqr_std.go deleted file mode 100644 index a19c772d0..000000000 --- a/vendor/modernc.org/mathutil/sqr_std.go +++ /dev/null @@ -1,10 +0,0 @@ -//go:build riscv64 || loong64 -// +build riscv64 loong64 - -package mathutil - -func (f *float) sqr() { - f.n.Mul(f.n, f.n) - f.fracBits *= 2 - f.normalize() -} |
