Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544284441
  • Loading branch information
The ml_dtypes Authors committed Jun 29, 2023
1 parent d1d4d6d commit 444cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml_dtypes/include/float8.h
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ constexpr inline Bits RoundBitsToNearestEven(Bits bits, int roundoff) {
}

#if (defined(__cpp_lib_bitops) && __cpp_lib_bitops >= 201907L)
using countl_zero = std::countl_zero;
using std::countl_zero;
#else
static constexpr inline int countl_zero(uint64_t x) {
int zeroes = 60;
Expand Down

0 comments on commit 444cde1

Please sign in to comment.