Skip to content

Instantly share code, notes, and snippets.

@chadaustin
Created July 4, 2014 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadaustin/36016ceea8fc4a49d183 to your computer and use it in GitHub Desktop.
Save chadaustin/36016ceea8fc4a49d183 to your computer and use it in GitHub Desktop.
new compiler
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