Revision 1c5d7339e72b64ee9289c3645eb651cc611c18b1 authored by Jameson Nash on 22 February 2017, 19:58:46 UTC, committed by Jameson Nash on 22 February 2017, 20:01:19 UTC
The powi intrinsic optimization over calling powf is that it is inaccurate.
We don't need that.

When it is equally accurate (e.g. tiny constant powers),
LLVM will already recognize and optimize any call to a function named `powf`,
and produce the same speedup.

fix #19872
1 parent 5a1f971
History
File Mode Size
.github
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 5.5 KB
CONTRIBUTING.md -rw-r--r-- 19.4 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 103.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 33.4 KB
Makefile -rw-r--r-- 25.9 KB
NEWS.md -rw-r--r-- 23.4 KB
README.arm.md -rw-r--r-- 4.5 KB
README.md -rw-r--r-- 27.9 KB
README.windows.md -rw-r--r-- 17.5 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.1 KB

README.md

back to top