Skip to content

Commit 0308d56

Browse files
kshyattvchuravy
andauthored
Update test/core/device/intrinsics/math.jl
Co-authored-by: Valentin Churavy <[email protected]>
1 parent 356f2d1 commit 0308d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/core/device/intrinsics/math.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ using SpecialFunctions
111111
end
112112
end
113113

114-
@testset "Float16 - $op" for op in (log,exp,exp2,exp10,log2,log10)
114+
@testset "Float16 - $op" for op in (exp,exp2,exp10,log,log2,log10)
115115
all_float_16 = collect(reinterpret(Float16, pattern) for pattern in UInt16(0):UInt16(1):typemax(UInt16))
116116
all_float_16 = filter(!isnan, all_float_16)
117117
if op in (log, log2, log10)

0 commit comments

Comments
 (0)