C++ Crash Course: Intro to SIMD Intrinsics

preview_player
Показать описание
In this video we look at a basic use of SIMD Intrinsics (AVX) in C++!

Рекомендации по теме
Комментарии
Автор

It's so hard to find concise, direct info on SIMD intrinsics. Thanks for this!

shimblywimbles
Автор

This is the best video on SIMD. Short concise and to the point. Everyone else i found was just blabbering stuff

thomasbenardo
Автор

well well. looks like YT finally sent me a c++ channel it's worth watching

motbus
Автор

Straight to the point, clear and precise.

michaelmorris
Автор

thank you for nice explanation. I have following questions:
1. how to optimize euclidean distance function using SIMD?
2. How to implement SIMD instructions in java?

ASD
Автор

hi, I was just wondering at what times/conditions that the compiler is not smart enough to automatically use SIMD intrinsics, which forces us to manually write them on our own instead?

TheJsow
Автор

Thanks so much for this very helpful explanation.
What happens if you use intrinsics, but it turns out that the processor the user of your app has doesn't support them?
Is there a way to detect at run time what sort of hardware support exists?
Is there a reference somewhere that will help us map detected hardware elements to support for particular intrinsics?

shavais
welcome to shbcf.ru