Skip to content

Instantly share code, notes, and snippets.

@chadaustin
Created July 4, 2014 07:26
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/78dbaf84543b307f9c50 to your computer and use it in GitHub Desktop.
Save chadaustin/78dbaf84543b307f9c50 to your computer and use it in GitHub Desktop.
old compiler
function __ZN4gmtl6MatrixIfLj4ELj4EEC2Ev(a) {
for(
var a = a >> 2,
b = 0
;
!(HEAPF32[(b << 2 >> 2) + a] = 0,
HEAPF32[(b + 4 << 2 >> 2) + a] = 0,
HEAPF32[(b + 8 << 2 >> 2) + a] = 0,
HEAPF32[(b + 12 << 2 >> 2) + a] = 0,
b = b + 1 | 0,
!(4 > b >>> 0))
;
) {
}
HEAPF32[a] = 1;
HEAPF32[a + 5] = 1;
HEAPF32[a + 10] = 1;
HEAPF32[a + 15] = 1;
HEAP32[a + 16] = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment