Skip to content

Commit 6a07255

Browse files
committed
Expand intro and add request for PR
1 parent 72edb2f commit 6a07255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pages = [
2020
"examples/special_functions.md",
2121
"examples/sum_of_squared_error.md",
2222
"vectorized_convenience_functions.md",
23-
"performance_accuracy_fastmath.md",
23+
"performance_accuracy.md",
2424
"future_work.md",
2525
"devdocs/overview.md",
2626
"devdocs/loopset_structure.md",

docs/src/performance_accuracy_fastmath.md renamed to docs/src/performance_accuracy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Performance vs. accuracy and comparison with `@fastmath`
1+
## Performance-accuracy tradeoff
22

3-
_From the Julia slack #performance-helpdesk 2022-03-30 03:06 UTC_
3+
_`@turbo` performs arithmetic transformations and substitutes standard special functions with implementations that lend themselves better to vectorization but sometimes achieve slightly lower accuracy. The following is a discussion from the Julia slack #performance-helpdesk on 2022-03-30, regarding this tradeoff, how it compares to similar transformations by `@fastmath`, and how to preserve full accuracy while vectorizing. It is included here for the benefit of anyone looking for information about this. PRs welcome to turn this page into a self-contained discussion or FAQ section._
44

55
**Daniel Wennberg**
66

0 commit comments

Comments
 (0)