You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to compile everything in single precision + explicit vectorization for ARM (#2819)
* add option
* define single precision type, mpi, avoid repeated instantiations in mixed precision
* use correct tecplot function
* option 1 to handle double precision literals: replace min/max with fmin/fmax
* Revert "option 1 to handle double precision literals: replace min/max with fmin/fmax"
This reverts commit 4e4d9e1.
* option 2: overload std::min/max for float/double mix, handle blas and lapack functions, fix some FPEs
* fix some FPEs
* vectorization for floats
* arm vectorization
* arm fix and use cpu arch for arm, fix some pass by value warnings
* remove commented code
* remove debug stuff
* update regressions
0 commit comments