Created
July 4, 2014 07:27
-
-
Save chadaustin/36016ceea8fc4a49d183 to your computer and use it in GitHub Desktop.
new compiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function __ZN4gmtl6MatrixIfLj4ELj4EEC2Ev(a) { | |
for( | |
var b = 0 | |
; | |
!(HEAPF32[a + (b << 2) >> 2] = 0, | |
HEAPF32[a + (b + 4 << 2) >> 2] = 0, | |
HEAPF32[a + (b + 8 << 2) >> 2] = 0, | |
HEAPF32[a + (b + 12 << 2) >> 2] = 0, | |
b = b + 1 | 0, | |
!(4 > b >>> 0)) | |
; | |
) { | |
} | |
HEAPF32[a >> 2] = 1; | |
HEAPF32[a + 20 >> 2] = 1; | |
HEAPF32[a + 40 >> 2] = 1; | |
HEAPF32[a + 60 >> 2] = 1; | |
HEAP32[a + 64 >> 2] = 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment