Skip to content

Commit

Permalink
Merge pull request #256 from jakevdp:lint-err
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715107763
  • Loading branch information
The ml_dtypes Authors committed Jan 13, 2025
2 parents 0fa5313 + a0eef47 commit d29eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml_dtypes/include/mxfloat.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class float4_e2m1fn : public mxfloat4_base<float4_e2m1fn> {
// Exponent: 2, Mantissa: 1, bias: 1.
// Extended range: no inf, no NaN.
using Base = mxfloat4_base<float4_e2m1fn>;
friend class float8_internal::float8_base<float4_e2m1fn>;;
friend class float8_internal::float8_base<float4_e2m1fn>;
using Base::Base;

public:
Expand Down

0 comments on commit d29eb31

Please sign in to comment.