CC007

Results 147 comments of CC007

I've also been verifying other things. Here is what I have tested so far (see [link](https://github.com/CC007/WebAssemblyPOC/blob/master/src/main/java/com/github/cc007/webassemblypoc/BytecoderVerifier.java) for the code): ``` booleans: "true".equals(Boolean.toString(true)): true "true".equals("" + true): true "false".equals(Boolean.toString(false)): true "false".equals(""...

I verified that this bug also happens when setting release to java 9 and java 11 with the openjdk 14.0.2 compiler and when setting release to java 11 with the...

Also, when targeting the js backend and setting release to java 11 (anything higher gives a compiler error), I get the following result: ``` booleans: "true".equals(Boolean.toString(true)): true "true".equals("" + true):...

Sorry for the late reply. I didnt really have much free time in the past year, and totally missed all messages from aparapi ^^; It has been a while since...

What opencl implementation are you using and what cpu/gpu does the macbook have?

Also in the calculate can you try it wi brackets around the cast, putting the multiplication outside of the brackets?

Does opencl provide software 64bit support or hardware 64bit support (or both)?

I ran the code on my computer (the code from freemo) and it runs as it should. Using: CPU: 4670k GPU: 1070GTX Nvidia and intel openCL implementation

I will try that one next. I also tested freemo's code by setting it up to use the cpu opencl device