Add u128/s128 integer to ABI
[libside.git] / include / side / abi / type-description.h
index e76fbe2b36c3269bbabbc0398113d681b0fc42b9..4cab53717f75c0843db064ce9f6ab8bcb1337cf3 100644 (file)
@@ -90,10 +90,12 @@ enum side_type_label {
        SIDE_TYPE_U16,
        SIDE_TYPE_U32,
        SIDE_TYPE_U64,
+       SIDE_TYPE_U128,
        SIDE_TYPE_S8,
        SIDE_TYPE_S16,
        SIDE_TYPE_S32,
        SIDE_TYPE_S64,
+       SIDE_TYPE_S128,
        SIDE_TYPE_BYTE,
        SIDE_TYPE_POINTER,
        SIDE_TYPE_FLOAT_BINARY16,
This page took 0.022707 seconds and 4 git commands to generate.