diff options
Diffstat (limited to 'logic')
-rw-r--r-- | logic/pipeline.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index 219ccf62..1bde1bb1 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -204,8 +204,7 @@ double pipeline::map(double pos, Map& axis) #ifndef NO_NAN_CHECK template<int u, int w> -static cc_forceinline -bool is_nan(const dmat<u,w>& r) +static inline bool is_nan(const dmat<u,w>& r) { for (unsigned i = 0; i < u; i++) for (unsigned j = 0; j < w; j++) |