Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Macros | |
| #define | MR_HAS_BUILTIN_INT128 1 |
Typedefs | |
| using | MR::FastInt128 = __int128_t |
| using | MR::FastUInt128 = __uint128_t |
| #define MR_HAS_BUILTIN_INT128 1 |
the compiler has __int128_t, and with it a built-in conversion in double, which std::_Signed128 above has no equivalent of; see MR::toDouble in MRFastInt.h