infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
Ch02_SIMD_NEON.c File Reference

Cookbook Chapter 2: Working with SIMD Vectors (AArch64 NEON) More...

#include <infix/infix.h>
#include <stdio.h>
Include dependency graph for Ch02_SIMD_NEON.c:

Functions

int main ()
 

Detailed Description

Cookbook Chapter 2: Working with SIMD Vectors (AArch64 NEON)

This example demonstrates FFI calls with ARM NEON vector types, which are the standard SIMD instruction set on 64-bit ARM processors. It uses the float32x4_t type, a 128-bit vector containing four 32-bit floats.

NOTE: This program must be compiled for the AArch64 architecture.

Function Documentation

◆ main()

int main ( void  )