You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will move the definitions of checked_*/saturating_*/wrapping_* to CheckedArithmeticCore.jl and add the implementation for integer types there. (cf. JuliaMath/CheckedArithmetic.jl#9)
In addition to @checked, @wrapping and @saturating macros will be provided by CheckedArithmetic.jl. Those macros should be available for FixedPoint as well.
The text was updated successfully, but these errors were encountered:
kimikage
changed the title
Move arithmetic definitions/implementations into a submodule FixedPointNumbers.FixedPointArithmetic
Move arithmetic definitions into a submodule FixedPointNumbers.FixedPointArithmeticMay 28, 2024
cf. #142 (comment)
I will move the definitions of
checked_*
/saturating_*
/wrapping_*
toCheckedArithmeticCore.jl
and add the implementation for integer types there. (cf. JuliaMath/CheckedArithmetic.jl#9)In addition to
@checked
,@wrapping
and@saturating
macros will be provided byCheckedArithmetic.jl
. Those macros should be available forFixedPoint
as well.The text was updated successfully, but these errors were encountered: