[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I create a 64-bit integer constant?



On 16 June 2015 at 22:33, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> I can see API functions for int and long but not long long.
>

Ok I think I got it - I just need to set the type when calling
gcc_jit_context_new_rvalue_from_int().

Regards