| ▲ | the__alchemist 2 hours ago | |
Great insight. My (much less sophisticated) mental model is: 1: I don't know how to get things to auto-vectorize nor evaluate if they did. [I should learn]; I assume they do not. Manual SIMD it is! [I have a lib for floats and vectors which mimics core::simd but on stable and x86 only) I will check out your insights regarding matrix-vector ops and C libs! | ||
| ▲ | jvanderbot 2 hours ago | parent [-] | |
Very generally speaking, you want to view dissasembled sections. You can do this at the function level. In rust, try this: https://github.com/pacak/cargo-show-asm However, life is much easier now, because an agent knows how to steer through this with you. Have it teach you at first, then you know how to ask. This is one of those "back in my day we had to ... " stories, btw :D | ||