SWDEV-495789 - revert Fix ambiguity of fma for _Float16 for libc++ (#1976)
Change-Id: I45ae4711a047f4484a018b9409c9f6ecf09720ce
[ROCm/clr commit: b8ba4ccf9c]
This commit is contained in:
committed by
Zichuan Guan
parent
81a25f9614
commit
a255533afd
@@ -41,19 +41,6 @@ THE SOFTWARE.
|
||||
#include <stdint.h>
|
||||
#endif // !defined(__HIPCC_RTC__)
|
||||
|
||||
#if _LIBCPP_VERSION && __HIP__
|
||||
namespace std {
|
||||
template <>
|
||||
struct __numeric_type<_Float16>
|
||||
{
|
||||
static _Float16 __test(_Float16);
|
||||
|
||||
typedef _Float16 type;
|
||||
static const bool value = true;
|
||||
};
|
||||
}
|
||||
#endif // _LIBCPP_VERSION
|
||||
|
||||
#pragma push_macro("__DEVICE__")
|
||||
#pragma push_macro("__RETURN_TYPE")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user