extramath

package
v0.0.0-...-451f520 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2018 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

package extramath implements toy assembly routines demonstrating MUL and DIV

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DivmodU64

func DivmodU64(a, b uint64) (quo, rem uint64)

Divmod computes the quotient and remainder of division of a by b.

func MulI64

func MulI64(a, b int64) (hi int64, lo uint64)

func MulU64

func MulU64(a, b uint64) (hi, lo uint64)

Mul computes the 128-bit product of a by b as hi<<64|lo.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL