Hello,
when I try to build the following code with 64-bit compiler, it crashes. 32-bit compiler hangs with this code.
OS: Win7 64-bit
CPU: Core i5
SDK Version: latest (1.1) (Please consider displaying a revision of the SDK in the download page to simplify referring to the exact version here in forums)
float f(float3 g)
{
return g.x();
}
The code apparently contains an error in getting vector component. When I correct it, compiler builds fine.
Best regards,
Jiri Matejka