cpprisc16  June 16, 2020
Functions
benchmark.cpp File Reference

Simple example program to compare different multiplication algorithms. More...

#include <cmath>
#include <cstdlib>
#include <iostream>
#include "cpprisc16/cpprisc16.hpp"
#include "cpprisc16/cppextendedrisc16.hpp"
Include dependency graph for benchmark.cpp:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Simple example program to compare different multiplication algorithms.

(March 14, 2017) Piece of cpprisc16. https://bitbucket.org/OPiMedia/cpprisc16

GPLv3 — Copyright (C) 2017 Olivier Pirson http://www.opimedia.be/

Definition in file benchmark.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 25 of file benchmark.cpp.