Commit e40970bc authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

vcomp/tests: Add ARM and ARM64 arch strings.

parent f0b32b8d
......@@ -86,6 +86,10 @@ static void (CDECL *pomp_set_num_threads)(int num_threads);
#define ARCH "x86"
#elif defined(__x86_64__)
#define ARCH "amd64"
#elif defined __arm__
#define ARCH "arm"
#elif defined __aarch64__
#define ARCH "arm64"
#else
#define ARCH "none"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment