Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / glm / c++20.patch.0
blob9fdd813a1e530014619c7ffcc3e8a18bc55f045e
1 --- glm/detail/type_half.inl
2 +++ glm/detail/type_half.inl
3 @@ -6,7 +6,7 @@
4                 volatile float f = 1e10;\r
5  \r
6                 for(int i = 0; i < 10; ++i)\r
7 -                       f *= f; // this will overflow before the for loop terminates\r
8 +                       f = f * f; // this will overflow before the for loop terminates\r
9                 return f;\r
10         }\r
11  \r