"gitlab@git.project-insanity.org:Nora-Puchreiner/nix.git" did not exist on "4f7bab7db1d0447e41f858633cddba1dcb2c9ea2"
-
Sergei Poselenov authored
Add a do_div() wrapper, lldiv(). The new inline function doesn't modify the dividend and returns the result of division, so it is useful in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))" Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
Sergei Poselenov authoredAdd a do_div() wrapper, lldiv(). The new inline function doesn't modify the dividend and returns the result of division, so it is useful in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))" Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>