Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/porges/optimal_pow_template
- Owner: Porges
- Created: 2012-09-26T01:40:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-26T03:46:25.000Z (about 12 years ago)
- Last Synced: 2024-10-31T13:06:40.443Z (about 2 months ago)
- Language: C++
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)