Skip to content
Snippets Groups Projects
Select Git revision
  • c35cc57d55081da6415295d13f0c56fe699efe2b
  • master default protected
2 results

hexmatrix

David Huss's avatar
David Huss authored
This adds support for buffersizes <= 1024. It comes with a few gotchas:

- To keep the arrays on the stack there is always a size of 1024
allocated on the stack, but only the parts for the buffer are used
- Sizes bigger than 1024 are not currently supported
c35cc57d
History
Name Last commit Last update