Scale Forem

Scale YouTube
Scale YouTube

Posted on

NDC Conferences: Faster programs with your compilers autovectorization feature - Ivica Bogosavljevic - NDC TechTown

Ever wonder how to make your C++ loops fly? This talk spills the beans on autovectorization, where your compiler gets clever, using vector instructions to seriously speed things up! The real secret sauce is understanding "vectorization inhibitors" – those sneaky bits of code stopping your compiler from working its magic. You'll learn how to find them using CLANG reports and apply simple fixes to get dramatically faster code!

Watch on YouTube

Top comments (0)