mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
[NFC] Remove duplicate symbol declarations (#1671)
* [NFC] Remove duplicate symbol declarations Those are provided by testHarness.h. Signed-off-by: Kévin Petit <kpet@free.fr> * add missing include --------- Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
@@ -61,7 +61,6 @@ const char *equivTestKernelPatternLessGreater_float3 =
|
||||
"}\n";
|
||||
|
||||
typedef bool (*equivVerifyFn)( float inDataA, float inDataB );
|
||||
extern int gInfNanSupport;
|
||||
|
||||
int IsFloatInfinity(float x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user