Skip to content

Commit

Permalink
Fix macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Aug 9, 2024
1 parent 7125b59 commit ba8d7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/decimal/fenv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BOOST_DECIMAL_EXPORT enum class rounding_mode : unsigned
fe_dec_default = fe_dec_to_nearest_from_zero
};

#ifndef BOOST_DECIMAL_GPU_ENABLED
#ifndef BOOST_DECIMAL_ENABLE_CUDA

BOOST_DECIMAL_INLINE_VARIABLE rounding_mode _boost_decimal_global_rounding_mode {rounding_mode::fe_dec_default};

Expand Down

0 comments on commit ba8d7e9

Please sign in to comment.