A recursive template C++14 max function for High-Level Synthesis
Go to file
2021-07-21 19:14:02 +02:00
hls_files Initial Commit 2021-07-21 19:14:02 +02:00
sources Initial Commit 2021-07-21 19:14:02 +02:00
.gitignore Initial Commit 2021-07-21 19:14:02 +02:00
LICENSE Initial Commit 2021-07-21 19:14:02 +02:00
Makefile Initial Commit 2021-07-21 19:14:02 +02:00
README.md Initial Commit 2021-07-21 19:14:02 +02:00

hls_max_template

A max function in C++14 using recursive template for High-Level Synthesis.