infix
A JIT-Powered FFI Library for C
|
A simple struct with two doubles (16 bytes). More...
#include <types.h>
Public Attributes | |
double | x |
double | y |
A simple struct with two doubles (16 bytes).
Used to test the passing and returning of small, simple aggregates. On SysV x64 and AArch64, this should be passed in two floating-point registers. On Windows x64, it will be passed by reference.
double Point::x |
double Point::y |