Skip to content

Commit

Permalink
Updated to OpenImageIO v2.2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Apr 18, 2021
1 parent adf4e5f commit 62b958b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions include/luxrays/utils/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
#include <float.h>
#define isnan(a) _isnan(a)
#define isinf(f) (!_finite((f)))
#else
#define isnan(a) std::isnan(a)
#define isinf(f) std::isinf(f)
#endif

#if defined(WIN32)
Expand Down
1 change: 1 addition & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* FILESAVER avoids to save the internal random image map (used by randomized tiling)
* Updated to Intel Embree v3.12.2
* Updated to Intel OIDN v1.3.0
* Updated to OpenImageIO v2.2.13.1

### Fixed Bugs

Expand Down

0 comments on commit 62b958b

Please sign in to comment.