home/categories/framework-internals/managedcode-dotnet-skills-catalog-platform-official-dotnet-experimental-skills-exp-simd-vectorization-skill-md
framework-internalsdevelopment

exp-simd-vectorization

Optimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls. Covers byte-range validation, character counting, bulk bitwise ops, cross-type conversion, fused multi-array computations, and float/double math operations.

managedcode
maintainer
managedcode
Обновлено 4/8/2026
Звёзды
261
Форки
20
quick start

Installation and usage

Optimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls. Covers byte-range validation, character counting, bulk bitwise ops, cross-type conversion, fused multi-array computations, and float/double math operations.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use exp-simd-vectorization