AVX512 (2 of 3): Programming AVX512 in 3 Different Ways
🕑 Added 2020-10-19 00:50:29 +0000 UTCIn this video, we'll cover 3 different methods for programming AVX 512. Most of this stuff has been covered in previous videos, but I didn't want to leave anybody out!
Please find the e-book for this series attached :) It contains information for both this video and the next one. Thank you for your support all, I hope y'all stay healthy and happy :)
I hope there's not too may typos ;)
Comments
What's a Creel?
The colored text is a Visual Studio add-on called ASMDude (https://marketplace.visualstudio.com/items?itemName=Henk-JanLebbink.AsmDude). I think I changed all the colors to pastel because the original colors were fairly harsh, but it's an excellent extension!
DriftWood
Very interesting stuff! Quick question and i probably missed something, but how to i get Visual Studio 2019 to recognize the syntax and highlight key words in different colors the way you have it set up when editing an .asm file? I followed the AVX512 1-3 videos, but the code text in my .asm file just shows up in just in one color (black) and no context sensitivity at all (no indentation etc) - VS2019 just handles the .asm file like a text file. Thanks!