infix
A JIT-Powered FFI Library for C
|
A struct with mixed integer and floating-point members. More...
#include <types.h>
Public Attributes | |
int | i |
double | d |
A struct with mixed integer and floating-point members.
This struct is crucial for testing the complex classification rules of the System V AMD64 ABI. An aggregate of this type should be split and passed in one integer register (for i
) and one floating-point register (for d
).
double MixedIntDouble::d |
int MixedIntDouble::i |