Blender Git Loki
Git Commits -> Revision 086a206
Revision 086a206 by Omar Emara (temp-lanpr-staging) September 12, 2019, 01:10 (GMT) |
Fix: Compile error due to undefined isinf function. Some implementations of the standard c++ library doesn't define its functions in the global namespace. So the `isinf` function might fail in some systems. To fix this, we use the `ensure_finite` function instead. Reviewers: brecht Differential Revision: https://developer.blender.org/D5687 |
Commit Details:
Full Hash: 086a206ddcc18cbf03e69ddfee8c19681dfff67a
Parent Commit: 2a7388c
Committed By: YimingWu
Lines Changed: +4, -8
1 Modified Path:
/intern/cycles/kernel/svm/svm_noise.h (+4, -8) (Diff)