Hello! 
Firstly, I want to express my gratitude for open the source code of the program. It was done a great job.
Now I am trying to understand how it is works. And now I am stuck, can you explain me about this code in NVidia Cuda version:
And
And other.
This looks like a Intel SIMD instructions, or VLIW, but I cant find any information about it on NVidia Cuda.
I would be very grateful if you could point me to answer! Thank you!
	
	
	
	
Firstly, I want to express my gratitude for open the source code of the program. It was done a great job.
Now I am trying to understand how it is works. And now I am stuck, can you explain me about this code in NVidia Cuda version:
Code:
#ifdef IS_NV
#ifdef sm_10
#define VLIW1
....................
#elif sm_21
#define VLIW2...And
Code:
class u32x
{
 private:
 public:
 u32 x;
 u32 y;
 u32 z;
 u32 w;
....................
}This looks like a Intel SIMD instructions, or VLIW, but I cant find any information about it on NVidia Cuda.
I would be very grateful if you could point me to answer! Thank you!
