Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define ITT_ARCH_IA64 when undefined #550

Merged
merged 1 commit into from
Oct 7, 2021

Commits on Aug 29, 2021

  1. Define ITT_ARCH_IA64 when undefiend

    I am not sure why ITT_ARCH_IA64 was skipped here. This results in unsupported architecture (RISC-V, in my case) falls to the `ITT_ARCH==ITT_ARCH_IA64` branch below (because both of them are undefined) and results in a build error due to `__TBB_machine_fetchadd4` being undefined.
    felixonmars committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    524d9be View commit details
    Browse the repository at this point in the history