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>
5namespace MR
6{
9
12 using FastInt128 = std::_Signed128;
13}
14#else
15namespace MR
16{
19
20 using FastInt128 = __int128_t;
21}
22#endif
__int128_t FastInt128
Definition MRFastInt128.h:20
only for bindings generation
Definition MRCameraOrientationPlugin.h:8