All-in-one header
yzazik opened this issue · 3 comments
Hello, thank you for the great library and all the work you've done.
This is more of a feature request, is it possible to have all-in-one include header?
The reason behind is a prospect of using it in online Compiler Explorer.
Thank you.
Hi @yzazik,
You can easily do it by yourself. As it is a header only lib, you simply have to start from mipp.h
and each time there is an #include
directive you can copy/paste the contents of the the included header file :-).
Hope it helps.
Surely I could do it myself, the reason I asked was..., well, to be blunt, to have it hosted by github and each time something changes someone would be generous enough to update the all-in-one file :-) Sorry if it was too much.
For sure I don't want to do it by myself each time there is a new commit :-D. Maybe we can create a script to make that operation automatically.