A few days ago I wanted to use float128 from Boost multiprecision but it turns out only ICC and GCC support float128:
CMake, Boost multiprecision float128 and Clang "fatal error: 'quadmath.h' file not found"
I am looking for a performant 128-bit Decimal library for C++ (I know float128
is different).
Does this also mean it's impossible to use the Intel Floating Point Math Library with Clang?
The README mentions they tested using GCC, but doesn't explicitly state only ICC or GCC must be used.