|
infix
A JIT-Powered FFI Library for C
|
Unit test for SIMD vector argument passing and return values. More...
#include "common/compat_c23.h"#include "common/double_tap.h"#include "common/infix_config.h"#include <infix/infix.h>#include <math.h>#include <stdlib.h>Macros | |
| #define | DBLTAP_IMPLEMENTATION |
Functions | |
| skip (1, "Skip these tests on Windows ARM for now...") | |
Variables | |
| TEST | |
Unit test for SIMD vector argument passing and return values.
This test complements 101_by_value.c by focusing on:
__attribute__((vector_size(16))) which is common in portable C/C++ SIMD code, mapping to __m128 (x86) or float32x4_t (ARM).101_by_value.c. | #define DBLTAP_IMPLEMENTATION |
| skip | ( | 1 | , |
| "Skip these tests on Windows ARM for now..." | |||
| ) |