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:
@@ -54,7 +54,6 @@ extern const char *gRoundingModeNames[ kRoundingModeCount ]; // { "", "_r
|
||||
extern const char *gSaturationNames[ kSaturationModeCount ]; // { "", "_sat" }
|
||||
extern const char *gVectorSizeNames[kVectorSizeCount]; // { "", "2", "4", "8", "16" }
|
||||
extern size_t gTypeSizes[ kTypeCount ];
|
||||
extern int gIsEmbedded;
|
||||
|
||||
//Functions for clamping floating point numbers into the representable range for the type
|
||||
typedef float (*clampf)( float );
|
||||
|
||||
Reference in New Issue
Block a user