diff --git a/glm/gtx/string_cast.hpp b/glm/gtx/string_cast.hpp index 27846bf8..71f6ece4 100644 --- a/glm/gtx/string_cast.hpp +++ b/glm/gtx/string_cast.hpp @@ -11,8 +11,6 @@ /// Include to use the features of this extension. /// /// Setup strings for GLM type values -/// -/// This extension is not supported with CUDA #pragma once @@ -32,10 +30,6 @@ # endif #endif -#if(GLM_COMPILER & GLM_COMPILER_CUDA) -# error "GLM_GTX_string_cast is not supported on CUDA compiler" -#endif - namespace glm { /// @addtogroup gtx_string_cast