Search found 1 match
- 2020-07-16, 22:47:40
- Forum: Agner's CPU blog
- Topic: FMA3 slower on Ryzen 3 / Zen 2?
- Replies: 1
- Views: 53517
FMA3 slower on Ryzen 3 / Zen 2?
The following disassembly snippets come from a 2 channel biquad filter function. The first snippet, which takes advantage of FMA3 SSE instructions takes nearly twice the execution time as the second snippet which simply uses mulps and add/subps when processing 2048 blocks of floats. I'm running a Ry...