diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 3bc32392..4c24a300 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -31,7 +31,7 @@ #include #include -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Version #define GLM_VERSION 96 @@ -40,7 +40,7 @@ #define GLM_VERSION_PATCH 6 #define GLM_VERSION_REVISION 0 -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Platform #define GLM_PLATFORM_UNKNOWN 0x00000000 @@ -104,7 +104,7 @@ # endif #endif//GLM_MESSAGE -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Compiler // User defines: GLM_FORCE_COMPILER_UNKNOWN @@ -308,8 +308,8 @@ # endif #endif//GLM_MESSAGE -///////////////// -// Build model // +/////////////////////////////////////////////////////////////////////////////////// +// Build model #if defined(__arch64__) || defined(__LP64__) || defined(_M_X64) || defined(__ppc64__) || defined(__x86_64__) # define GLM_MODEL GLM_MODEL_64 @@ -332,8 +332,8 @@ # endif//GLM_MODEL #endif//GLM_MESSAGE -///////////////// -// C++ Version // +/////////////////////////////////////////////////////////////////////////////////// +// C++ Version // User defines: GLM_FORCE_CXX98 @@ -444,7 +444,7 @@ # pragma message("GLM: #define GLM_FORCE_CXX98, GLM_FORCE_CXX03, GLM_LANG_CXX11 or GLM_FORCE_CXX1Y to force using a specific version of the C++ language") #endif//GLM_MESSAGE -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Has of C++ features #ifndef __has_feature @@ -545,7 +545,7 @@ // Not standard #define GLM_HAS_ANONYMOUS_UNION (GLM_LANG & GLM_LANG_CXXMS_FLAG) -///////////////// +/////////////////////////////////////////////////////////////////////////////////// // Platform // User defines: GLM_FORCE_PURE GLM_FORCE_SSE2 GLM_FORCE_SSE3 GLM_FORCE_AVX GLM_FORCE_AVX2 @@ -653,7 +653,7 @@ # pragma message("GLM: #define GLM_FORCE_PURE to avoid using platform specific instruction sets") #endif//GLM_MESSAGE -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Static assert #if GLM_HAS_STATIC_ASSERT @@ -667,7 +667,7 @@ # define GLM_STATIC_ASSERT_NULL #endif//GLM_LANG -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Qualifiers #if GLM_COMPILER & GLM_COMPILER_CUDA @@ -706,7 +706,7 @@ #define GLM_FUNC_DECL GLM_CUDA_FUNC_DECL #define GLM_FUNC_QUALIFIER GLM_CUDA_FUNC_DEF GLM_INLINE -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Swizzle operators // User defines: GLM_SWIZZLE @@ -720,7 +720,7 @@ # endif #endif//GLM_MESSAGE -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Qualifiers #if GLM_COMPILER & GLM_COMPILER_VC @@ -755,7 +755,7 @@ # define GLM_CONSTEXPR #endif -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Length type // User defines: GLM_FORCE_SIZE_T_LENGTH GLM_FORCE_SIZE_FUNC @@ -799,7 +799,7 @@ namespace detail # endif #endif//GLM_MESSAGE -/////////////////////////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////////// // Uninitialize constructors namespace glm