Last active
January 4, 2016 12:06
-
-
Save droid001/aeaf8f77d6375f95abd9 to your computer and use it in GitHub Desktop.
float to integer conversion
This file contains 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
// found at http://ejohn.org/blog/asmjs-javascript-compile-target/ | |
let integer_variable = float_variable | 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment