diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-20 19:59:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-24 19:32:10 +0100 |
commit | 6c2dbc95c317b94c82b909aeddef82c2c33116ff (patch) | |
tree | 8136c05808b9b6668d69c2b5c2a3c35cfa9899aa /logic | |
parent | deb301619d3d6ade1023d0a2b234a9d948a6dbd0 (diff) |
cruft
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++) |