santrancisco opened a new issue, #1534: URL: https://github.com/apache/orc/issues/1534
Hi team, While trying to update our fork of orc, I ran into an issue where apache/orc is built successfully for some architects, but fails at others and the culprit seems to be this part here https://github.com/apache/orc/blob/f2c191f9653a5ddbca016e024ca0fb61508f5eeb/c%2B%2B/src/CpuInfoUtil.cc#L475 The error is `/build/contrib/orc/c++/src/CpuInfoUtil.cc:475:12: error: use of undeclared identifier 'ArchParseUserSimdLevel'` and from looking at the code, correct me if i'm wrong but it seems ArchParseUserSimdLevel is only set when CPUINFO_ARCH_X86 is defined and thus undeclared identifier is thrown for all other architects? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
