Skip to content
Snippets Groups Projects
Commit de33c2d9 authored by patavirt's avatar patavirt
Browse files

array: support compile-time known array sizes + restrict to row-major

Let the compiler better optimize cases where array sizes are known
at compile time.

This implies known strides, so restrict to row-major. Slicing is
then limited to picking from the first axis.
parent 5b8ae470
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment