| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
__builtin_bpermd with clang requires POWER7 or later:
In file included from CMakeFiles/_pywraps2.dir/s2PYTHON_wrap.cxx:4427:
In file included from /usr/local/include/s2/util/coding/coder.h:32:
In file included from /usr/local/include/s2/util/coding/varint.h:41:
/usr/local/include/s2/util/bits/bits.h:509:19: error: this builtin is only valid on POWER7 or later CPUs
uint64 result = __builtin_bpermd(0x3f3e3d3c3b3a3938, temp);
But GCC can use __builtin_bpermd without resorting to forcing POWER7.
Notes:
svn path=/head/; revision=558380
|
|
|
|
| |
Notes:
svn path=/head/; revision=548554
|
|
|
|
| |
Notes:
svn path=/head/; revision=548380
|
|
S2 Geometry Library is a package for manipulating geometric shapes. Unlike many
geometry libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it
especially suitable for working with geographic data.
This port is the Python binding of S2 Geometry Library.
WWW: https://s2geometry.io/
WWW: https://github.com/google/s2geometry
Notes:
svn path=/head/; revision=548313
|