mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
tbsp lib update
This commit is contained in:
parent
798b6193ab
commit
08913e68f4
1 changed files with 2 additions and 1 deletions
|
@ -93,10 +93,11 @@ tbsp::evalRange(p, NP, tmp, knots, cp, NCP, DEGREE, 0.2f, 0.5f);
|
|||
# define TBSP_ASSERT(x)
|
||||
#endif
|
||||
|
||||
// Optional, if it doesn't compile, replce with empty macro
|
||||
#define TBSP_RESTRICT __restrict
|
||||
|
||||
#ifndef TBSP_HAS_CPP11
|
||||
# if (__cplusplus > 201103L) || (defined(_MSC_VER) && ((_MSC_VER+0) >= 1900))
|
||||
# if (__cplusplus >= 201103L) || (defined(_MSC_VER) && ((_MSC_VER+0) >= 1900))
|
||||
# define TBSP_HAS_CPP11 1
|
||||
# else
|
||||
# define TBSP_HAS_CPP11 0
|
||||
|
|
Loading…
Reference in a new issue