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

SSE2 SIMD implementation. More...

#include <emmintrin.h>
#include <string.h>
#include <vl/vl_simd.h>
+ Include dependency graph for vl_simd_sse2.c:

Functions

void vlSIMDInit_SSE2 (void)
 

Detailed Description

SSE2 SIMD implementation.

Provides optimized SSE2 implementations for 4-wide float and integer operations. SSE2 is available on all x86-64 processors and most modern x86 processors.

Function Documentation

◆ vlSIMDInit_SSE2()

void vlSIMDInit_SSE2 ( void  )