2
0
Branimir Karadžić 8 жил өмнө
parent
commit
c94a53850e

+ 1 - 1
include/bx/inline/simd128_langext.inl

@@ -9,7 +9,7 @@
 
 namespace bx
 {
-	float sqrt(float);
+	BX_CONST_FUNC float sqrt(float);
 
 #define ELEMx 0
 #define ELEMy 1

+ 2 - 2
include/bx/inline/simd128_ref.inl

@@ -9,8 +9,8 @@
 
 namespace bx
 {
-	float sqrt(float);
-	float rsqrt(float);
+	BX_CONST_FUNC float sqrt(float);
+	BX_CONST_FUNC float rsqrt(float);
 
 #define ELEMx 0
 #define ELEMy 1