File tree 4 files changed +4
-4
lines changed
test/xpu_api/numerics/complex.number/complex.transcendentals
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ void test_edges()
140
140
141
141
ONEDPL_TEST_NUM_MAIN
142
142
{
143
- test<float >();
143
+ IF_DOUBLE_SUPPORT ( test<float >())
144
144
IF_DOUBLE_SUPPORT (test<double >())
145
145
IF_LONG_DOUBLE_SUPPORT (test<long double >())
146
146
IF_DOUBLE_SUPPORT (test_edges ())
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ void test_edges()
149
149
150
150
ONEDPL_TEST_NUM_MAIN
151
151
{
152
- test<float >();
152
+ IF_DOUBLE_SUPPORT ( test<float >())
153
153
IF_DOUBLE_SUPPORT (test<double >())
154
154
IF_LONG_DOUBLE_SUPPORT (test<long double >())
155
155
IF_DOUBLE_SUPPORT (test_edges ())
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ void test_edges()
124
124
125
125
ONEDPL_TEST_NUM_MAIN
126
126
{
127
- test<float >();
127
+ IF_DOUBLE_SUPPORT ( test<float >())
128
128
IF_DOUBLE_SUPPORT (test<double >())
129
129
IF_LONG_DOUBLE_SUPPORT (test<long double >())
130
130
IF_DOUBLE_SUPPORT (test_edges ())
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ void test_edges()
62
62
63
63
ONEDPL_TEST_NUM_MAIN
64
64
{
65
- test<float >();
65
+ IF_DOUBLE_SUPPORT ( test<float >())
66
66
IF_DOUBLE_SUPPORT (test<double >())
67
67
IF_LONG_DOUBLE_SUPPORT (test<long double >())
68
68
IF_DOUBLE_SUPPORT (test_edges ())
You can’t perform that action at this time.
0 commit comments