AngusJohnson / Clipper2

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

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

Closed reunanen closed 4 months ago

reunanen commented 4 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. :)