https://github.com/JuliaLang/julia
Revision 7c88c283b29b82f56d3888a7f731b7a127d965ab authored by Nathan Daly on 16 June 2017, 18:24:47 UTC, committed by Sacha Verweij on 16 June 2017, 18:24:47 UTC
* Added docstring to @fastmath macro.

Adds docstring to @fastmath macro that explains a bit about what it does, and includes examples how to use it.

* Updated per yuyichao's comments

Added link to  [LLVM Fast-Math flags](http://llvm.org/docs/LangRef.html#fast-math-flags)

* Indented docstring first line

* added @fastmath to math.md @doc

* added link to performance annotations, removed bulleted details

* fixed intra-doc link && wrap 92.

* added "be careful" warning as well.

* s/Executes/Execute/g
1 parent 1df1e42
History
Tip revision: 7c88c283b29b82f56d3888a7f731b7a127d965ab authored by Nathan Daly on 16 June 2017, 18:24:47 UTC
Added docstring to @fastmath macro. (#22359)
Tip revision: 7c88c28
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-- 6.1 KB
CONTRIBUTING.md -rw-r--r-- 19.3 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 104.0 KB
LICENSE.md -rw-r--r-- 5.5 KB
Make.inc -rw-r--r-- 34.8 KB
Makefile -rw-r--r-- 25.9 KB
NEWS.md -rw-r--r-- 46.8 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 28.9 KB
README.windows.md -rw-r--r-- 18.7 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.3 KB

README.md

back to top