Skip to content

AVX support broken #1

@alexdboxall

Description

@alexdboxall

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions