jimrandomh comments on General Bitcoin discussion thread (May 2011) - Less Wrong

5 Post author: Kaj_Sotala 20 May 2011 02:03PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (50)

You are viewing a single comment's thread. Show more comments above.

Comment author: jimrandomh 26 May 2011 04:35:28PM *  0 points [-]

In this case, the emulation would be going the other way - using floating point to emulate integer arithmetic. This can probably be done, but it'd be dramatically less efficient than regular integer arithmetic. (Note that "arithmetic" in this case means mainly bitwise rotation, AND, OR, and XOR).