diff --git a/openVulkanoCpp/Math/Float16.hpp b/openVulkanoCpp/Math/Float16.hpp index 7cc2fae..d013a16 100644 --- a/openVulkanoCpp/Math/Float16.hpp +++ b/openVulkanoCpp/Math/Float16.hpp @@ -236,14 +236,7 @@ namespace std return hash()(key.m_data); } }; -} -#endif -#undef __has_keyword - - -namespace std -{ template <> class numeric_limits { @@ -286,5 +279,9 @@ namespace std }; } +#endif +#undef __has_keyword + + typedef float16 fp16; typedef float16 half;