Reported by Andrey G. Grozin <A.G.Grozin@inp.nsk.su>.
const cl_I one(1);
const cl_R three_fp = cl_float(3.0);
std::vector<cl_N> numbers = {
const cl_I one(1);
const cl_R three_fp = cl_float(3.0);
std::vector<cl_N> numbers = {
- complex(one, one),
- complex(one, three_fp),
- complex(three_fp, one),
- complex(three_fp, three_fp)
+ cln::complex(one, one),
+ cln::complex(one, three_fp),
+ cln::complex(three_fp, one),
+ cln::complex(three_fp, three_fp)
};
for (auto & n : numbers) {
result += checker(n);
};
for (auto & n : numbers) {
result += checker(n);