Closed ryanfb closed 6 years ago
You can drop a mail to geogram-users@lists.gforge.inria.fr This is just a mirror of the original project
Thanks! Looks like it's amenable to upstream fixing: https://lists.gforge.inria.fr/pipermail/geogram-users/2018-August/000158.html
See here: https://github.com/Homebrew/homebrew-core/pull/31094#discussion_r210025155
If compiling without changes on OS X, I get the error:
From this StackOverflow answer, I found the apparent actual equivalent in Clang is
_mm_set1_pd
. Apparently Intel's implementation has#define _mm_set_pd1 _mm_set1_pd
, so it may be possible to simply replace the one instance of_mm_set_pd1
with_mm_set1_pd
.What's the appropriate contact for getting this change made upstream?