Skip to content

Commit

Permalink
SWDEV-495789 - revert Fix ambiguity of fma for _Float16 for libc++ (#…
Browse files Browse the repository at this point in the history
…1976)

Change-Id: I45ae4711a047f4484a018b9409c9f6ecf09720ce
  • Loading branch information
zichguan-amd committed Dec 29, 2024
1 parent 11cd37c commit b8ba4cc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions hipamd/include/hip/amd_detail/amd_math_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit b8ba4cc

Please sign in to comment.