But admit this boost is only seen in ‘an obscure filter’.

  • ExperimentalGuy@programming.dev
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    6 days ago

    Here’s an example of inline assembly in C++. You can write assembly inside your higher level code for performance optimizations to just doing really specific things that you can only really do at an assembly level. I’ve never done it before but it definitely is cool when people do it.