JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Native 32 bit support #62

Closed sjkelly closed 2 years ago

sjkelly commented 2 years ago

xref: https://github.com/JuliaGeometry/GeometricalPredicates.jl/issues/43

We have GeometricalPreciates now working on x86, so it may be good to support 32 bit here as well.

dkarrasch commented 2 years ago

There seems to be not a single occurence of Int, there's only Int64. Let's open a branch, add CI and see what happens.

EDIT: Sorry, I got it backwards.

sjkelly commented 2 years ago

Yes, the problem is really just Int literals IIUC.