Skip to content

Errors using intel compiler - #968

Open
mcw-Lavanya wants to merge 2 commits into
Multicorewareinc:masterfrom
mcw-Lavanya:Errors-using-Intel-Compiler
Open

mcw-Lavanya wants to merge 2 commits into
Multicorewareinc:masterfrom
mcw-Lavanya:Errors-using-Intel-Compiler

Conversation

@mcw-Lavanya

Copy link
Copy Markdown
Collaborator

Description
Fix build issues in the x86 assembly primitives caused by incorrect namespace and symbol prefix handling.

Changes
Use X265_NS::cpu_detect(false) instead of x265::cpu_detect(false) to correctly reference the x265 namespace across the affected build configurations.

Fix the call to safe_intel_cpu_indicator_init() by using the PFX() macro:

PFX(safe_intel_cpu_indicator_init)();

instead of:

x265_safe_intel_cpu_indicator_init();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant