29 Apr
2017
29 Apr
'17
12:01 p.m.
On 24 April 2017 at 18:37, John Maddock via Boost
* Compiler intrinsics are now used speed up binary-gcd steps where possible, sadly this is incompatible with constexpr support since the intrinsics aren't yet constexpr :(
Which intrinsics are those? GCC built-ins are typically constexpr, while the MSVC ones are not.