You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your environment
C Compiler : icc version 19.0.3.199 (gcc version 9.3.1 compatibility)
C++ Compiler : icpc version 19.0.3.199 (gcc version 9.3.1 compatibility)
I am getting an undefined reference to __builtin_ia32_pause from common::SpinLockMutex.
It seems that the Intel C++ compiler can't link the GCC built-in function __builtin_ia32_pause.
The text was updated successfully, but these errors were encountered:
Describe your environment
C Compiler : icc version 19.0.3.199 (gcc version 9.3.1 compatibility)
C++ Compiler : icpc version 19.0.3.199 (gcc version 9.3.1 compatibility)
I am getting an undefined reference to
__builtin_ia32_pause
from common::SpinLockMutex.It seems that the Intel C++ compiler can't link the GCC built-in function
__builtin_ia32_pause
.The text was updated successfully, but these errors were encountered: