Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hl] Crassh for multiplication of Int ( Int64) #10942

Closed
flashultra opened this issue Jan 26, 2023 · 1 comment
Closed

[hl] Crassh for multiplication of Int ( Int64) #10942

flashultra opened this issue Jan 26, 2023 · 1 comment

Comments

@flashultra
Copy link
Contributor

The latest development branch crashed on the following code ( for Hashlink).
Working on haxe 4.2.5

https://try.haxe.org/#2415cA5d

    var m:Int = 0x7B9AC9FF;
    var n:Int = 0x6C7A87C6;
    var mask:Int64 = Int64.mul(m,n);
@flashultra
Copy link
Contributor Author

Works with the latest build

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

No branches or pull requests

1 participant