Petr Kobalicek

Results 307 comments of Petr Kobalicek

I think the manual I followed was written when the turbo didn't exist :) Do you have any suggestion about improving it? The logic is in `basebench.cpp` if you wanna...

It's kinda pity I don't have Intel hardware anymore at the moment. I would even experiment with this a bit, but it's impossible to make it right on the first...

Nice thanks! I have reduced all my machines to only one, which is Ryzen 1700 atm (but planning upgrade to 16c/32t at the end of the year). Then only ARM...

BTW don't wanna waste more of your time on this. I would have to fix the timing issues if I want better numbers, as I really didn't know it could...

Thanks a lot! I have updated the web-app with the new data here: https://asmjit.com/asmgrid/ - The architectures look pretty similar to me - Selecting few architectures and enabling "Hide equal...

No need, I have to iterate over instruction signatures instead of doing what I do at the moment, asmjit has now all the information I need in `cult` to do...

@travisdowns - I have fixed some issues regarding AVX-512 (now it properly tests all supported instructions with ZMM and K registers) - I have fixed incorrect latency in some instructions...

The best would be to have an implementation of all trigo functions inlinable, and this can be addressed in MathPresso as well. I'm planning to address the multiple fetches of...

I'm marking this as wontfix, as this will be fixed in more advanced MPSL project. After MPSL is ready there will be an expression mode so it can replace mathpresso...

Unnecessary MOVs will be also fixed by new asmjit's register allocator that can perform register coalescing, so no need to fix this in MathPresso.