Turn on SSE/SIMD/FPU support #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Fixed not by turning on SSE/SIMD/FPU but rather by restricting ldc2 to not emit SSE/AVX instructions for now.