msvc added 128 bit numbers(in the header __msvc_int128.hpp).
I know multiprecision uses __128 to improve performance so why doesn't it use msvc version?
it's seems easy to change and will probably improve performance.