SSE instructions

Simon Glass sjg at chromium.org
Thu Sep 28 04:41:10 CEST 2023


Hi Bin,

U-Boot 64-bit on x86 disables sse, but when enabling Truetype I get a
compiler error:

drivers/video/console_truetype.c: In function 'frac':
drivers/video/console_truetype.c:30:15: error: SSE register return
with SSE disabled
30 | static double frac(double val)

Do you know how to enable SSE for 64-bit?

Regards,
Simon


More information about the U-Boot mailing list