Add FMA instruction set to Delphi's assembler !
Skybuck Flying <[email protected]> Tue, 25 Apr 2023 13:10:59 -0700 (PDT)
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
I wanted and tried to test the processor to see how it behaves if it uses FMA (fused multiplied add instructions which are know to run hot) but I could not do it because Delphi assembler does not seem to support it ?! At least not in Delphi 10.3 RIO (I am investigating CPU throttling algorithm, tested it on intel, later might test on AMD ryzen processors... I wanted to try and use FMA to try and "tax/hit" the processor harder... make it work harder...) https://en.wikipedia.org/wiki/FMA_instruction_set Bye for now, Skybuck.