V-man
02-03-2003, 06:37 AM
Hi,
I'm reading some more on fp but this thing is quite long. So I have some quick newbie questions :
Can I do something like
if((stencil & 0x00000001) | | (stencil & 0x0000100))
{
.......
}
and how about bit shifting left or right?
stencil>>2;
What extension can do this kind of thing?
PS: the above code is obviously not in the proper language, but you get the idea.
I'm reading some more on fp but this thing is quite long. So I have some quick newbie questions :
Can I do something like
if((stencil & 0x00000001) | | (stencil & 0x0000100))
{
.......
}
and how about bit shifting left or right?
stencil>>2;
What extension can do this kind of thing?
PS: the above code is obviously not in the proper language, but you get the idea.