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

AVX checking #23

Open
ilya-lavrenov opened this issue Jan 12, 2015 · 4 comments
Open

AVX checking #23

ilya-lavrenov opened this issue Jan 12, 2015 · 4 comments

Comments

@ilya-lavrenov
Copy link

I believe we also should check whether OS itself supports AVX, because OS must provide context switching for YMM registers and not all OS can do this.
See the section "Operating system support" in http://en.wikipedia.org/wiki/Advanced_Vector_Extensions

@RoyiAvital
Copy link

Was that taken care of?

Thank You.

@mortenvp
Copy link
Member

@RoyiAvital Unfortunately not yet. We did not experience any problems related to this, but of course it would be great to fix. Would be happy to accept a pull-request. You can see a list of operating systems that we currently test on (where this is not an issue):
http://buildbot.steinwurf.com/ (see the bottom of the page)

@RoyiAvital

This comment was marked as off-topic.

@mortenvp

This comment was marked as off-topic.

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

3 participants