MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFastInt128.h
Go to the documentation of this file.
1
#pragma once
2
3
#if __has_include(<__msvc_int128.hpp>)
4
#include <__msvc_int128.hpp>
5
namespace
MR
6
{
9
12
using
FastInt128
= std::_Signed128;
13
}
14
#else
15
namespace
MR
16
{
19
20
using
FastInt128
= __int128_t;
21
}
22
#endif
MR::FastInt128
__int128_t FastInt128
Definition
MRFastInt128.h:20
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRMesh
MRFastInt128.h
Generated by
1.11.0