DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.14k stars 258 forks source link

UMFPACK: Check for Clang variant of ivdep pragma and use it. #710

Closed mmuetzel closed 7 months ago

mmuetzel commented 7 months ago

Clang uses yet another different syntax for hinting whether loops should be vectorized. Check for that and use it if applicable.

Also, try to decrease nesting level of if-conditions.