Updating Dual Function to Data-Last Format
I wonder if it would be beneficial to update the dual function to call the implementation in a data-last way instead of the current data-first way.
I.e. this:
instead of this:
Under certain circumstances this would allow you to optimize performance for the data-last case by pre computing some values, etc.
I.e. this:
instead of this:
Under certain circumstances this would allow you to optimize performance for the data-last case by pre computing some values, etc.
