iaca Questions
1
Solved
I wanted to run some code through IACA analyzer to see how many uops it was using-- I started with a simple function to see if it was working..
Unfortunately when I insert the macros IACA says to ...
2
tl;dr: I have two functionally equivalent C codes that I compile with Clang (the fact that it's C code doesn't matter much; only the assembly is interesting I think), and IACA tells me that one sho...
Fillin asked 7/8, 2018 at 9:52
4
Solved
I have found something unexpected (to me) using the Intel® Architecture Code Analyzer (IACA).
The following instruction using [base+index] addressing
addps xmm1, xmmword ptr [rsi+rax*1]
does n...
Moonlit asked 25/9, 2014 at 19:33
1
Solved
I've found this interesting and powerful tool called IACA (the Intel Architecture Code Analyzer), but I have trouble understanding it. What can I do with it, what are its limitations and how can I:...
Nimitz asked 24/9, 2014 at 15:53
1
© 2022 - 2024 — McMap. All rights reserved.