math icon indicating copy to clipboard operation
math copied to clipboard

Questions about math::cstdfloat/boost::float128_t

Open gpeterhoff opened this issue 2 years ago • 0 comments

Hello, please see https://godbolt.org/z/3qMfehf6z

It seems that the intel compiler supports several functions:

  • complex: __cXq
  • strtoflt128/quadmath_snprintf

With Linux it works. My questions:

  1. Are the functions also available on Windows (intel compiler) ?
  2. Are the workarounds for cygwin still needed ?
  3. Are there any other restrictions, e.g. regarding compiler versions (boost::math needs C++14 and therefore up-to-date compilers) ?

I can't check this myself, because I have neither Windows nor intel compiler.

thx Gero

gpeterhoff avatar Aug 15 '23 14:08 gpeterhoff