Veritable Lasagna
An Allocator & Data Structure Library for C.
Loading...
Searching...
No Matches
vl_simd_avx2.c File Reference

AVX2 SIMD implementation. More...

#include <immintrin.h>
#include <vl/vl_simd.h>
+ Include dependency graph for vl_simd_avx2.c:

Functions

void vlSIMDInit_AVX2 (void)
 

Detailed Description

AVX2 SIMD implementation.

Provides optimized SIMD operations using AVX2 instructions. Requires CPU support for AVX2 (Intel Haswell or later, AMD Excavator or later).

Function Documentation

◆ vlSIMDInit_AVX2()

void vlSIMDInit_AVX2 ( void  )