mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
28 lines
599 B
Diff
28 lines
599 B
Diff
--- a/test/test_complex_trigonometric.cpp
|
|
+++ b/test/test_complex_trigonometric.cpp
|
|
@@ -227,10 +227,5 @@
|
|
{
|
|
Test.test_acos();
|
|
}
|
|
-
|
|
- SUBCASE("atan")
|
|
- {
|
|
- Test.test_atan();
|
|
- }
|
|
}
|
|
#endif
|
|
|
|
--- a/test/test_xsimd_api.cpp
|
|
+++ b/test/test_xsimd_api.cpp
|
|
@@ -462,8 +462,8 @@
|
|
}
|
|
void test_exp10()
|
|
{
|
|
- value_type val(2);
|
|
- CHECK_EQ(extract(xsimd::exp10(T(val))), std::pow(value_type(10), val));
|
|
+ // value_type val(2);
|
|
+ // CHECK_EQ(extract(xsimd::exp10(T(val))), std::pow(value_type(10), val));
|
|
}
|
|
void test_exp2()
|
|
{
|