You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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)
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
The text was updated successfully, but these errors were encountered: