Skip to content

Commit b8ba4cc

Browse files
committed
SWDEV-495789 - revert Fix ambiguity of fma for _Float16 for libc++ (#1976)
Change-Id: I45ae4711a047f4484a018b9409c9f6ecf09720ce
1 parent 11cd37c commit b8ba4cc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

hipamd/include/hip/amd_detail/amd_math_functions.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ THE SOFTWARE.
4141
#include <stdint.h>
4242
#endif // !defined(__HIPCC_RTC__)
4343

44-
#if _LIBCPP_VERSION && __HIP__
45-
namespace std {
46-
template <>
47-
struct __numeric_type<_Float16>
48-
{
49-
static _Float16 __test(_Float16);
50-
51-
typedef _Float16 type;
52-
static const bool value = true;
53-
};
54-
}
55-
#endif // _LIBCPP_VERSION
56-
5744
#pragma push_macro("__DEVICE__")
5845
#pragma push_macro("__RETURN_TYPE")
5946

0 commit comments

Comments
 (0)