Alex Boxall

Results 3 issues of Alex Boxall

# Pull Request Checklist * [X] Have you read [How to write the perfect pull request](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/)? * [X] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [X] Have you referenced...

Enabling AVX code causes a hang in VirtualBox. Offending code: arch/i386/hal.c ``` if (avxDetect()) { coproSaveFunc = avxSave; coproLoadFunc = avxLoad; avxInit(); return; } ``` Not sure if issue caused...

bug