How do I make LDC use the stack only?

Mateus m4t3uz at outlook.com
Thu Nov 11 12:27:07 UTC 2021


On Thursday, 11 November 2021 at 08:36:37 UTC, Kagamin wrote:
> `b` is likely initialized with sse2 instructions, maybe your 
> processor doesn't support sse2.

I was getting interrupt #6 (invalid opcode). I tried compiling 
the kernel with --march=x86 --mcpu=i386 and it worked!

Thank you very much!



More information about the digitalmars-d-ldc mailing list