Turn on SSE/SIMD/FPU support #1

Closed
opened 2022-11-03 16:31:56 -04:00 by josh · 1 comment
Owner

If I move the 'buf' variable in write_hex() to the stack, I get an exception. The disassembly shows LDS emitting a "pcmpeqd" instruction which seems likely to be the culprit.

If I move the 'buf' variable in write_hex() to the stack, I get an exception. The disassembly shows LDS emitting a "pcmpeqd" instruction which seems likely to be the culprit.
Author
Owner

Fixed not by turning on SSE/SIMD/FPU but rather by restricting ldc2 to not emit SSE/AVX instructions for now.

Fixed not by turning on SSE/SIMD/FPU but rather by restricting ldc2 to not emit SSE/AVX instructions for now.
josh closed this issue 2022-11-06 23:17:47 -05:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: josh/hos#1
No description provided.