| fb56d528 | 31-May-2023 |
Jed Brown <jed@jedbrown.org> |
petscsys: move xmmintrin.h out of public header
This is only needed in a few source files and most already included more specialized headers. The *mmintrin.h headers are not standard C and disrupt s
petscsys: move xmmintrin.h out of public header
This is only needed in a few source files and most already included more specialized headers. The *mmintrin.h headers are not standard C and disrupt some tooling (such as libclang-14). It probably also takes some time and disk traffic to include in every compilation unit.
show more ...
|