bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

Add test kernel that uses SSE feature

Open phil-opp opened this issue 6 years ago • 1 comments

We currently only test the bootloader without the SSE feature. We should add an additional test kernel that makes use of it.

phil-opp avatar Oct 08 '19 17:10 phil-opp

It may depend on optimization level, but a kernel that has +mmx, +sse enable, opt level 0 and calls panic!() appears to end up having some nice SSE instruction used to do some tuple unpacking/repacking in panic. Adding to that some reasonable float code can probably turn into a nice sanity check.

GuillaumeDIDIER avatar Oct 09 '19 08:10 GuillaumeDIDIER