inaos / iron-array

2 stars 0 forks source link

Use new reduce macros #597

Closed FrancescAlted closed 2 years ago

FrancescAlted commented 2 years ago

In https://github.com/inaos/iron-array/pull/595 we have introduced new C macros that simplifies the (oneshot) reduce code quite a lot. It would be nice if this effort can be extended into the original reduce algorithm (one-axis-at-a-time, or OAAAT ;-).