Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Mar 5, 2025
1 parent 9a579c4 commit 9c9ab62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ end
@test BFloat16(2f0) != BFloat16(1f0)
@test BFloat16(2.0) != BFloat16(1.0)
@test BFloat16(NaN) != BFloat16(1.0)
@test !(BFloat16(1.0) == BFloat16(NaN))
@test iszero(BFloat16(0)) == true
@test iszero(BFloat16(3.45)) == false
end
Expand Down

0 comments on commit 9c9ab62

Please sign in to comment.