-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
/opt/local/bin/gcc-mp-12 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_REENTRANT -DR_RELEASE -isystem/opt/local/include/LegacySupport -I/opt/local/include -DR_RELEASE -fPIC -pipe -Os -arch ppc -c abc_cpu.c -o abc_cpu.o
abc_cpu.c:102:5: error: #error "No cpuid intrinsic defined for processor architecture."
102 | # error "No cpuid intrinsic defined for processor architecture."
| ^~~~~
abc_cpu.c: In function 'detect_OS_AVX':
abc_cpu.c:115:40: error: '_XCR_XFEATURE_ENABLED_MASK' undeclared (first use in this function)
115 | uint64_t xcrFeatureMask=xgetbv(_XCR_XFEATURE_ENABLED_MASK);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
abc_cpu.c:115:40: note: each undeclared identifier is reported only once for each function it appears in
abc_cpu.c: In function 'detect_OS_AVX512':
abc_cpu.c:123:36: error: '_XCR_XFEATURE_ENABLED_MASK' undeclared (first use in this function)
123 | uint64_t xcrFeatureMask=xgetbv(_XCR_XFEATURE_ENABLED_MASK);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [abc_cpu.o] Error 1
Metadata
Metadata
Assignees
Labels
No labels