why processors work in bytes and not bits

Started by
20 comments, last by SeraphLance 10 years, 6 months ago

I think that's supposed to be nand. blendv is a SIMD instruction that I don't know much about.

void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.
Advertisement
"These intrinsics pack multiple operations in a single instruction. Blending
conditionally copies one field in the source onto the corresponding field in the
destination."
Apparently blendv is a splicing/crossover sort of thing. Weird example for a list of primitive bitwise operations.

This topic is closed to new replies.

Advertisement