Merge branch 'master' of github.com:bkaradzic/bx

This commit is contained in:
Branimir Karadžić
2018-02-01 21:42:42 -08:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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