NAME

examples/mops/mops.c - Calculate M ops/s

SYNOPSIS

    % make examples/mops/mops
    % time examples/mops/mops

DESCRIPTION

A pure C implementation of the examples/mops/mops.pasm example program, for speed comparisons.

Calculates a value for M ops/s (million operations per second) using integer arithmetic.

Prints out:

int main(int argc, char *argv[])
The main function which runs the mops example.

SEE ALSO

examples/benchmarks/mops.pasm, examples/mops/mops.cs, examples/mops/mops.il, examples/mops/mops.p6, examples/mops/mops.pl, examples/mops/mops.ps, examples/mops/mops.py, examples/mops/mops.rb, examples/mops/mops.scheme.