hashlink icon indicating copy to clipboard operation
hashlink copied to clipboard

hl.Int64 JIT support

Open Grabli66 opened this issue 6 years ago • 2 comments

import hl.I64;

class Main {
    public static function main() {        
        var d:I64 = 1;
        trace(d);
    }
}

JIT ERROR 0 (jit.c line 3016)

HL/JIT 1.7.0 (c)2015-2018 Haxe Foundation Windows 64-bit

Grabli66 avatar Sep 19 '18 13:09 Grabli66

Yes, native Int64 support is not yet complete

ncannasse avatar Oct 04 '18 19:10 ncannasse

I'm running into quite a few instances where libraries I'm trying to integrate uses int64's natively. It would be awesome to have this finished off. I was looking at some of the missing parts, but I'm guessing it would be a lot faster for someone with more experience with the hashlink internals to do it.

If no one is interested, I'll take a crack at it.

onehundredfeet avatar Sep 25 '21 18:09 onehundredfeet

Int64 support is fully complete now.

ncannasse avatar Feb 06 '23 10:02 ncannasse

Great! Thanks @ncannasse

onehundredfeet avatar Feb 06 '23 15:02 onehundredfeet