We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb93ae commit 52cf523Copy full SHA for 52cf523
include/drjit-core/half.h
@@ -215,6 +215,7 @@ template <> struct constants<half> {
215
216
static constexpr half Infinity = half::from_binary(0xfc00);
217
static constexpr half NaN = half::from_binary(0xffff);
218
+ static constexpr half OneMinusEpsilon = half::from_binary(0x3bff);
219
};
220
221
template <> struct debug_init<half> {
0 commit comments