|
infix
A JIT-Powered FFI Library for C
|
Cookbook Chapter 2: Working with SIMD Vectors (AArch64 NEON) More...
Functions | |
| int | main () |
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.
| int main | ( | void | ) |