log_asm.go 410 B

1234567891011121314
  1. // Copyright 2021 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:build !noasm && !tinygo && (amd64 || arm || s390x || 386 || arm64 || ppc64le || wasm)
  5. // +build !noasm
  6. // +build !tinygo
  7. // +build amd64 arm s390x 386 arm64 ppc64le wasm
  8. package math32
  9. const haveArchLog = true
  10. func archLog(x float32) float32