X * y + z does not automatically use FMA instruction
|
|
31
|
2364
|
July 27, 2023
|
`@fastmath` is not applied to macros
|
|
5
|
391
|
July 20, 2023
|
Does the julia intrinsic sum() apply fastmath by default?
|
|
15
|
738
|
February 21, 2023
|
@fastmath for library functions? (2x slowdown of binary search because of NaN checks in Base)
|
|
14
|
738
|
January 30, 2023
|
Rank of matrix on Z2 field
|
|
12
|
1604
|
May 17, 2022
|
How to convert the binary form of a float to an integer, and vice versa?
|
|
17
|
1503
|
January 28, 2022
|
What's going on with exp() and --math-mode=fast?
|
|
29
|
4076
|
October 23, 2021
|
Two nearly identical loops — why is one faster?
|
|
2
|
545
|
September 10, 2021
|
How to improve performance of sum()
|
|
19
|
4669
|
July 19, 2021
|
Fastmath error?
|
|
2
|
482
|
July 16, 2021
|
Improving Computational Performance
|
|
6
|
930
|
June 20, 2021
|
Cos() allocates and is slow in fastmath?
|
|
3
|
404
|
May 28, 2021
|
A subtle bug?
|
|
21
|
1356
|
May 25, 2021
|
Surprising @fastmath behavior
|
|
3
|
905
|
February 4, 2021
|
Investigating numerical change in function return value between v1.4 vs v1.5
|
|
7
|
1057
|
June 20, 2020
|
@fastmath macro accuracy
|
|
26
|
10585
|
May 12, 2020
|
How to tell VS Code to use the fast math option?
|
|
30
|
3908
|
December 7, 2018
|
Incorrect results for sinpi and cospi when using fastmath mode?
|
|
4
|
789
|
November 18, 2018
|
Slow exp()?
|
|
12
|
2095
|
August 17, 2018
|
@fastmath switched off in Julia 0.7-Dev, deliberately?
|
|
7
|
1735
|
June 24, 2018
|
Fastmath and forwarddiff
|
|
1
|
521
|
March 24, 2018
|
@fastmath for matrices?
|
|
6
|
1008
|
August 21, 2017
|
Why are calls to this function slow, compared to Python+Numpy?
|
|
14
|
2090
|
August 13, 2017
|