X * y + z does not automatically use FMA instruction
|
|
31
|
1398
|
July 27, 2023
|
`@fastmath` is not applied to macros
|
|
5
|
216
|
July 20, 2023
|
Does the julia intrinsic sum() apply fastmath by default?
|
|
15
|
593
|
February 21, 2023
|
@fastmath for library functions? (2x slowdown of binary search because of NaN checks in Base)
|
|
14
|
640
|
January 30, 2023
|
Rank of matrix on Z2 field
|
|
12
|
1083
|
May 17, 2022
|
How to convert the binary form of a float to an integer, and vice versa?
|
|
17
|
1140
|
January 28, 2022
|
What's going on with exp() and --math-mode=fast?
|
|
29
|
3198
|
October 23, 2021
|
Two nearly identical loops — why is one faster?
|
|
2
|
462
|
September 10, 2021
|
How to improve performance of sum()
|
|
19
|
3767
|
July 19, 2021
|
Fastmath error?
|
|
2
|
383
|
July 16, 2021
|
Improving Computational Performance
|
|
6
|
818
|
June 20, 2021
|
Cos() allocates and is slow in fastmath?
|
|
3
|
327
|
May 28, 2021
|
A subtle bug?
|
|
21
|
1215
|
May 25, 2021
|
Surprising @fastmath behavior
|
|
3
|
731
|
February 4, 2021
|
Investigating numerical change in function return value between v1.4 vs v1.5
|
|
7
|
923
|
June 20, 2020
|
@fastmath macro accuracy
|
|
26
|
8846
|
May 12, 2020
|
How to tell VS Code to use the fast math option?
|
|
30
|
3355
|
December 7, 2018
|
Incorrect results for sinpi and cospi when using fastmath mode?
|
|
4
|
710
|
November 18, 2018
|
Slow exp()?
|
|
12
|
1835
|
August 17, 2018
|
@fastmath switched off in Julia 0.7-Dev, deliberately?
|
|
7
|
1504
|
June 24, 2018
|
Fastmath and forwarddiff
|
|
1
|
472
|
March 24, 2018
|
@fastmath for matrices?
|
|
6
|
874
|
August 21, 2017
|
Why are calls to this function slow, compared to Python+Numpy?
|
|
14
|
1833
|
August 13, 2017
|