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

Build issues related to Intrinsics for _clri, _enable while building with ARC GNU toolchain #657

Open
srikantw opened this issue Feb 14, 2025 · 0 comments

Comments

@srikantw
Copy link

I'm getting below build issue while building my code with ARC GNU compiler toolchain.

error: '_clri' was not declared in this scope
  546 |         status = _clri();

 error: '_enable' was not declared in this scope; did you mean 'enable'?
  968 |        _enable();

Can anyone suggest the intrinsics required for the above in order to resolve the build issues?

Thanks.

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

No branches or pull requests

1 participant