[PATCH v1 0/1] libgccjit: Add _Float16, _Float32, _Float64 and __float128 support for jit

Antoni Boucher via Sourceware Forge forge-bot+antoyo@forge-stage.sourceware.org
Wed Apr 22 18:49:02 GMT 2026


Antoni Boucher (antoyo)) commented on the code:


> +++ gcc/testsuite/jit.dg/test-types.c
> @@ -157,6 +161,29 @@ create_code (gcc_jit_context *ctxt, void *user_data)
>    gcc_jit_field *field_m_long_double =
>      CREATE_FIELD (GCC_JIT_TYPE_LONG_DOUBLE, "m_long_double");
>  
> +  gcc_jit_target_info *target_info = gcc_jit_context_get_target_info(ctxt);
This PR also depends on [this one](https://github.com/antoyo/libgccjit/pull/6) for the `target_info` stuff.


--
https://forge.sourceware.org/gcc/gcc-TEST/pulls/82#issuecomment-2301


More information about the Jit mailing list