Skip to content

Commit

Permalink
Having internal issues with detection of NVidia HPC C++. Removing spe…
Browse files Browse the repository at this point in the history
…cific section for now
  • Loading branch information
Rinzii committed Mar 12, 2024
1 parent 96e6bc2 commit 3e3ce75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/ccmath/internal/helpers/fpclassify_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ namespace ccm::helpers
eFP_ZERO = 3,
eFP_SUBNORMAL = 5,
eFP_NORMAL = 4,
#elif defined(CCMATH_COMPILER_NVIDIA)
eFP_NAN = 0,
eFP_INFINITE = 1,
eFP_ZERO = 2,
eFP_SUBNORMAL = 3,
eFP_NORMAL = 4,
#elif defined(CCMATH_COMPILER_CLANG) || defined(CCMATH_COMPILER_GCC) || defined(CCMATH_COMPILER_CLANG_BASED) // Clang and GCC have the same defines
eFP_NAN = 0,
eFP_INFINITE = 1,
Expand Down

0 comments on commit 3e3ce75

Please sign in to comment.