CVTTSS2SI - Convert w/ Truncation Scalar Single to Signed Integer
"Convert" means you're converting one type of data to another
"Scalar" means only one value (xmm registers can store several values at once)
"Single" is a float
"Signed integer" is a 4-byte or 8-byte signed integer
"Truncation" means you just get rid of the decimal point
e.g. (float)4.9 becomes (int)4, (float)-7.3 becomes (int)-7 _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum