Added GTX_scalar_relational implementation and tests

This commit is contained in:
Christophe Riccio
2013-02-04 19:04:32 +01:00
parent c57a000791
commit 59b9a780e9
6 changed files with 344 additions and 2 deletions

View File

@@ -11,8 +11,8 @@
int main()
{
int Failed = 0;
int Error(0);
return Failed;
return Error;
}