Skip to content

Commit afbce2c

Browse files
authored
silence 1.12 warnings (#80)
1 parent a399e89 commit afbce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quadmath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Base: (*), +, -, /, <, <=, ==, ^, convert,
1717
ldexp, frexp, modf, nextfloat, typemax, typemin, eps,
1818
isinf, isnan, isfinite, isinteger,
1919
floatmin, floatmax, precision, signbit, maxintfloat,
20-
Int32, Int64, Float64, BigFloat, BigInt
20+
Int32, Int64, Float16, Float32, Float64, BigFloat, BigInt
2121

2222
using Random
2323

0 commit comments

Comments
 (0)