.NET Meetup Vienna - .NET Core 3 0 Hardware Intrinsics

preview_player
Показать описание
Talk is from the .NET Meetup Vienna from 22th August 2019

Abstract:
Writing Fast Code Using .NET Core 3.0 Hardware Intrinsics (Martin Ullrich)

.NET Core 3.0 now gives you access to the raw power of modern CPUs and allows you to supercharge compute-intensive code that you couldn’t really optimize any further without using intrinsic functions provided by C/C++ compilers or even writing CPU-specific Assembler code.
This session explains how code can be vectorized and optimized for modern processors using new vector types and special classes providing access to AVX, SSE and more CPU instruction sets and shows you how to progressively take advantage of these processor features when available on target machines.
Рекомендации по теме