[OpenMP] Force the parallel abstraction to be inlined
This is good for performance and compile time and the indirection (+ switch statements) is nothing that needs to be preserved.
Loading
Please sign in to comment
This is good for performance and compile time and the indirection (+ switch statements) is nothing that needs to be preserved.