Does the julia intrinsic sum() apply fastmath by default?
|
|
15
|
459
|
February 21, 2023
|
@fastmath for library functions? (2x slowdown of binary search because of NaN checks in Base)
|
|
14
|
524
|
January 30, 2023
|
Rank of matrix on Z2 field
|
|
12
|
635
|
May 17, 2022
|
How to convert the binary form of a float to an integer, and vice versa?
|
|
17
|
846
|
January 28, 2022
|
What's going on with exp() and --math-mode=fast?
|
|
29
|
2498
|
October 23, 2021
|
Two nearly identical loops — why is one faster?
|
|
2
|
386
|
September 10, 2021
|
How to improve performance of sum()
|
|
19
|
2977
|
July 19, 2021
|
Fastmath error?
|
|
2
|
292
|
July 16, 2021
|
Improving Computational Performance
|
|
6
|
725
|
June 20, 2021
|
Cos() allocates and is slow in fastmath?
|
|
3
|
274
|
May 28, 2021
|
A subtle bug?
|
|
21
|
1095
|
May 25, 2021
|
Surprising @fastmath behavior
|
|
3
|
593
|
February 4, 2021
|
Investigating numerical change in function return value between v1.4 vs v1.5
|
|
7
|
819
|
June 20, 2020
|
@fastmath macro accuracy
|
|
26
|
7123
|
May 12, 2020
|
How to tell VS Code to use the fast math option?
|
|
30
|
2855
|
December 7, 2018
|
Incorrect results for sinpi and cospi when using fastmath mode?
|
|
4
|
631
|
November 18, 2018
|
Slow exp()?
|
|
12
|
1664
|
August 17, 2018
|
@fastmath switched off in Julia 0.7-Dev, deliberately?
|
|
7
|
1401
|
June 24, 2018
|
Fastmath and forwarddiff
|
|
1
|
409
|
March 24, 2018
|
@fastmath for matrices?
|
|
6
|
795
|
August 21, 2017
|
Why are calls to this function slow, compared to Python+Numpy?
|
|
14
|
1710
|
August 13, 2017
|