-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 by avxDetect(), avxInit() or calling coproSaveFunc/coproLoadFunc and having avxSave/avxLoad called.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working