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

SIMD implementation using ARM NEON (64-bit/ARMv8+) More...

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

Functions

void vlSIMDInitNEON64 (void)
 

Detailed Description

SIMD implementation using ARM NEON (64-bit/ARMv8+)

Provides optimized SIMD operations for ARMv8+ processors using NEON. All operations are 128-bit wide (matching vl_simd_vec4_f32 layout).

Function Documentation

◆ vlSIMDInitNEON64()

void vlSIMDInitNEON64 ( void  )
+ Here is the caller graph for this function: