-
Notifications
You must be signed in to change notification settings - Fork 289
Implement GCC's __get_cpuid_max
#174
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
Comments
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 7, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 9, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 9, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 9, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 9, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 10, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 13, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 17, 2017
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Nov 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once the
cpuid.rs
module is merged adding this should be trivial so we might want to mark this as an easy task for beginners. I could mentor it.The definition of
__get_cpuid_max
can be found here:https://clang.llvm.org/doxygen/cpuid_8h.html#abe7c43218d2ca542413f9fc0f5063238
The text was updated successfully, but these errors were encountered: