Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/porges/optimal_pow_template

C++ template for generating optimal exponentiation chains (sort of by accident).
https://github.com/porges/optimal_pow_template

Last synced: 4 days ago
JSON representation

C++ template for generating optimal exponentiation chains (sort of by accident).

Awesome Lists containing this project

README

        

optimal_pow_template
====================

C++ template for generating exponentiation chains (sort of by accident).

Disclaimer: not actually optimal.

Compile with something like:

g++-4.7 -std=c+=11 pow.cpp -O2 -ftemplate-depth=9000 (-masm=intel -S)