AngusJohnson / Clipper2

Polygon Clipping and Offsetting - C++, C# and Delphi
Boost Software License 1.0
1.52k stars 273 forks source link

Use compiler-provided `__int128` type on clang and gcc #837

Closed reunanen closed 6 months ago

reunanen commented 6 months ago

(when the target architecture is at least 64-bit)

Apparently this should be faster on modern compilers. In addition, it ought to be obvious that it gives the correct answer. :)