Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 895286 | Differences between
and this patch

Collapse All | Expand All

(-)a/tests/ocltst/module/perf/OCLPerfKernelThroughput.h (-1 / +1 lines)
Lines 45-51 Link Here
45
#define UNSIGNED_LARGE_INT unsigned long long
45
#define UNSIGNED_LARGE_INT unsigned long long
46
#define MAX_LOOP_ITER 10
46
#define MAX_LOOP_ITER 10
47
typedef cl_float4 float4;
47
typedef cl_float4 float4;
48
typedef void (*CPUKernel)(__m128 *, __m128 *, unsigned int);
48
typedef void (*CPUKernel)(__ibm128 *, __ibm128 *, unsigned int);
49
49
50
class OCLPerfKernelThroughput : public OCLTestImp {
50
class OCLPerfKernelThroughput : public OCLTestImp {
51
 public:
51
 public:

Return to bug 895286