File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -941,6 +941,7 @@ struct beta
941
941
{
942
942
assert (x >= T (0.999 ) && y >= T (0.999 ));
943
943
944
+ // currently throws a boost preprocess error, see: https://github.com/Devsh-Graphics-Programming/Nabla/issues/932
944
945
// #ifdef __HLSL_VERSION
945
946
#pragma dxc diagnostic push
946
947
#pragma dxc diagnostic ignored "-Wliteral-range"
Original file line number Diff line number Diff line change @@ -539,6 +539,7 @@ struct l2gamma_helper<T NBL_PARTIAL_REQ_BOT(concepts::FloatingPointScalar<T>) >
539
539
// implementation derived from Numerical Recipes in C, transformed for log2
540
540
static T __call (T x)
541
541
{
542
+ // currently throws a boost preprocess error, see: https://github.com/Devsh-Graphics-Programming/Nabla/issues/932
542
543
// #ifdef __HLSL_VERSION
543
544
#pragma dxc diagnostic push
544
545
#pragma dxc diagnostic ignored "-Wliteral-range"
@@ -588,6 +589,7 @@ struct beta_helper<T NBL_PARTIAL_REQ_BOT(concepts::FloatingPointScalar<T>) >
588
589
// implementation from Numerical Recipes in C, 2nd ed.
589
590
static T __call (T v1, T v2)
590
591
{
592
+ // currently throws a boost preprocess error, see: https://github.com/Devsh-Graphics-Programming/Nabla/issues/932
591
593
// #ifdef __HLSL_VERSION
592
594
#pragma dxc diagnostic push
593
595
#pragma dxc diagnostic ignored "-Wliteral-range"
You can’t perform that action at this time.
0 commit comments