diff options
Diffstat (limited to 'gcc/jit/docs/topics/compatibility.rst')
-rw-r--r-- | gcc/jit/docs/topics/compatibility.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/jit/docs/topics/compatibility.rst b/gcc/jit/docs/topics/compatibility.rst index 297104a..cfd3133 100644 --- a/gcc/jit/docs/topics/compatibility.rst +++ b/gcc/jit/docs/topics/compatibility.rst @@ -334,3 +334,12 @@ of a global with an rvalue and to use constructors: * :c:macro:`GCC_JIT_TYPE_INT32_T` * :c:macro:`GCC_JIT_TYPE_INT64_T` * :c:macro:`GCC_JIT_TYPE_INT128_T` + +.. _LIBGCCJIT_ABI_21: + +``LIBGCCJIT_ABI_21`` +-------------------- +``LIBGCCJIT_ABI_21`` covers the addition of an API entrypoint to bitcast a +value from one type to another: + + * :func:`gcc_jit_context_new_bitcast` |