You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All these actions seem like they could be done lane-wise. Though, I expect the transformation from FloatVector to byte[] array to be the most expensive part and consequently, might make vectorizing this effectively impossible.
of course, much of the stuff here written for value reuse would have to be adjusted
The text was updated successfully, but these errors were encountered:
Description
It would take a bit of refactoring, but:
All these actions seem like they could be done lane-wise. Though, I expect the transformation from
FloatVector
tobyte[]
array to be the most expensive part and consequently, might make vectorizing this effectively impossible.of course, much of the stuff here written for value reuse would have to be adjusted
The text was updated successfully, but these errors were encountered: