Hacker News new | ask | show | jobs
by bombcar 26 days ago
Those who don't have bit twiddling instructions are doomed to rebuild them badly via heavier actions and compiler optimizations.
1 comments

That brings up some weird memories.. I saw 2 different researchers do bit manipulation in Matlab by printing the binary data as hexadecimal string, doing string manipulation on it and convert it back to binary