xcompact3d / x3d2

https://xcompact3d.github.io/x3d2
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Investigate OMP reordering performance #78

Open Nanoseb opened 5 months ago

Nanoseb commented 5 months ago

The OMP backend is using a single function for any reorder. Specialised functions may offer better performance (better inlining, remove of the select statements etc.). See https://github.com/xcompact3d/x3d2/pull/68#discussion_r1528187837