-
Notifications
You must be signed in to change notification settings - Fork 507
Problem when building orc cross platform #1534
Copy link
Copy link
Closed
Milestone
Description
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
Line 475 in f2c191f
| if (!ArchParseUserSimdLevel(userSimdLevel, &hardware_flags)) { |
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels