79590486

Date: 2025-04-24 11:40:58
Score: 1
Natty:
Report link

To vectorize the loop nest I'd recommend using collapse() clause in `omp simd` directive, it may improve perf in some cases

https://godbolt.org/z/jYaon1EMG

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexey Bataev