]> git.pld-linux.org Git - packages/GLM.git/blob - x32.patch
- updated to 0.9.9.8
[packages/GLM.git] / x32.patch
1 --- glm/test/core/core_setup_message.cpp.orig   2020-03-19 23:36:32.000000000 +0100
2 +++ glm/test/core/core_setup_message.cpp        2020-03-19 23:43:46.417701188 +0100
3 @@ -155,7 +155,13 @@
4  {\r
5         int Error = 0;\r
6         \r
7 -       Error += ((sizeof(void*) == 4) && (GLM_MODEL == GLM_MODEL_32)) || ((sizeof(void*) == 8) && (GLM_MODEL == GLM_MODEL_64)) ? 0 : 1;\r
8 +       Error += \r
9 +               ((sizeof(void*) == 4) && (GLM_MODEL == GLM_MODEL_32)) || \r
10 +               ((sizeof(void*) == 8) && (GLM_MODEL == GLM_MODEL_64))\r
11 +#ifdef __ILP32__\r
12 +               || ((sizeof(void*) == 4) && (GLM_MODEL == GLM_MODEL_64))\r
13 +#endif\r
14 +               ? 0 : 1;\r
15         \r
16         if(GLM_MODEL == GLM_MODEL_32)\r
17                 std::printf("GLM_MODEL_32\n");\r
This page took 0.031072 seconds and 3 git commands to generate.