CMake: Vendor optimized vector math libraries not autodetected (IBM MASSV, AMD LibM)
Open
enhancement
stale
- Dominant language
- C++
- Stars
- 403
- Forks
- 154
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 82
Description
The phase factor calculation benefits from vector sin/cos. This is particularly beneficial in the tests where this operation takes a disproportionate amount of time (compare gcc build vs gcc+mkl vector).
FindVectorMath.cmake should autodetect IBM massv and AMD libm.
Contributor guide
Assessment
This issue has not been assessed yet.