Skip to content

Conversation

RealyUniqueName
Copy link
Member

Required for HaxeFoundation/haxe#10347
I implemented it as a separate set of functions to avoid intrusion in hashlink internals, which I don't understand yet.

@skial skial mentioned this pull request Aug 11, 2021
1 task
@ncannasse
Copy link
Member

I think it's better to use directly JIT operations for that. HL already has a native I64 type, exposed through hl.I64
However I haven't implemented the JIT operations on 64 bits integers. The main reason was that support for 32 bits was quite difficult to implement.

I think this could work if could first focus on adding 64 bit JIT support (through hashlink/src/jit.c) , then we can find a way to use such primitives fallback at JIT level for 32 bit support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants