#include "UnitTestSharpHLSL.fx" void RSQRT_0() { CheckEqual(0, rsqrt(0.0)); } void Working() { Check(false); }