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

The MMX intrinsics in clang have a __nodebug__ attribute #246

Closed
gnzlbg opened this issue Dec 22, 2017 · 2 comments
Closed

The MMX intrinsics in clang have a __nodebug__ attribute #246

gnzlbg opened this issue Dec 22, 2017 · 2 comments

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Dec 22, 2017

We might want to do the same in Rust.

@alexcrichton
Copy link
Member

FWIW I believe this is due to the "unknown codeview register" errors we were getting, I think that LLVM's either buggy or intentionally not implementing this behavior for now. We solved this by using debug = 1 instead of 2, but it'll be a problem for applications using these intrinsics I believe.

@workingjubilee
Copy link
Member

Direct MMX support is no longer in scope for std::arch, see:

@workingjubilee workingjubilee closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants