shithub: tinygl

Download patch

ref: 6e3ff256482abf89a4a27a16e6a2273e6747de41
parent: 44ca3edd0620ed699fd6d9b9bef78ee84a57abbf
author: [MHS] <gek169@github.com>
date: Tue Jun 1 21:46:19 EDT 2021

Automatic commit.

--- a/include/zfeatures.h
+++ b/include/zfeatures.h
@@ -22,10 +22,10 @@
 #define TGL_FEATURE_CUSTOM_MALLOC 0
 
 /*
-Use Fast Inverse Square Root. Toggleable because it's actually slower,
+Use Fast Inverse Square Root. Toggleable because it's actually slower on some platforms,
 And because some systems may have float types which are incompatible with it.
 */
-#define TGL_FEATURE_FISR 1
+#define TGL_FEATURE_FISR 0
 
 #define TGL_FEATURE_ARRAYS         1