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.

bouclem e3c36ca 11.6 KB Updated 7 repo stars

File contents

bouclem/skills/tree/main/SKILLS/LANGUAGES/CSHARP/001-exp-simd-vectorization commit e3c36ca5cc

Frequently asked questions

npx skillmds@latest add bouclem/exp-simd-vectorization