Skip to content

Commit

Permalink
test for apple M1: I think it is __arm64__ (not __arm__) that is
Browse files Browse the repository at this point in the history
defined.
  • Loading branch information
BrunoLevy committed Jun 13, 2024
1 parent 3c03abe commit 6596e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_nn_search/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <geogram/mesh/mesh.h>
#include <geogram/mesh/mesh_io.h>

#if defined(GEO_OS_APPLE) && defined(__arm__)
#if defined(GEO_OS_APPLE) && defined(__arm64__)
#define GEO_APPLE_M1
#endif

Expand Down

0 comments on commit 6596e5c

Please sign in to comment.