Blender Git Loki
Git Commits -> Revision c060a4a
Revision c060a4a by Omar Emara (master) September 5, 2019, 11:21 (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: c060a4a7145be2319a50928e6ef1cee465266dfb
Parent Commit: b6e7e17
Lines Changed: +4, -8
1 Modified Path:
/intern/cycles/kernel/svm/svm_noise.h (+4, -8) (Diff)