File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99# math.jl
1010@device_override @noinline Base. Math. throw_complex_domainerror (f:: Symbol , x) =
1111 @print_and_throw c " This operation requires a complex input to return a complex result"
12- @device_override @noinline Base. Math. throw_exp_domainerror (f :: Symbol , x) =
12+ @device_override @noinline Base. Math. throw_exp_domainerror (x) =
1313 @print_and_throw c " Exponentiation yielding a complex result requires a complex argument"
1414
1515# intfuncs.jl
2525# checked.jl
2626@device_override @noinline Base. Checked. throw_overflowerr_binaryop (op, x, y) =
2727 @print_and_throw c " Binary operation overflowed"
28- @device_override @noinline Base. Checked. throw_overflowerr_negation (op, x, y ) =
28+ @device_override @noinline Base. Checked. throw_overflowerr_negation (x ) =
2929 @print_and_throw c " Negation overflowed"
3030@device_override function Base. Checked. checked_abs (x:: Base.Checked.SignedInt )
3131 r = ifelse (x < 0 , - x, x)
You can’t perform that action at this time.
0 commit comments