Skip to main content

Mojo module

uutils

Utilities for doing unsigned division and modulo operations on Int.

These helpers allow performing unsigned division and modulo operations on Int arguments. This can provide better performance, as these operations can be slower when performed using signed integers on some accelerators, as correctly handling negative values requires additional instructions.

Functions​

Was this page helpful?