From a79677378b52688ae1adaccfa25b404c3d1dcaec Mon Sep 17 00:00:00 2001 From: Bob Cao Date: Mon, 4 Apr 2022 14:06:34 -0700 Subject: [PATCH] Update monitor.c --- src/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monitor.c b/src/monitor.c index 51f39b41bc..48909792cf 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -34,7 +34,7 @@ #include #include -#if defined(__linux__) +#if defined(__linux__) && (defined(__x86_64__) || defined(__amd64__)) __asm__(".symver powf,powf@GLIBC_2.2.5"); #endif