]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: Enable SSE in 64-bit mode
authorSimon Glass <sjg@chromium.org>
Thu, 4 Jan 2024 15:10:39 +0000 (08:10 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 02:01:33 +0000 (20:01 -0600)
commit5716be53d3dd4f1a27ebcab9b36d32f96283b793
tree90c4bf865427a6e12a298dc54f5c805565e508d1
parenta469c8e854e2d75436a44e81364b46d74909265c
x86: Enable SSE in 64-bit mode

This is needed to support Truetype fonts. In any case, the compiler
expects SSE to be available in 64-bit mode. Provide an option to enable
SSE so that hardware floating-point arithmetic works.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Suggested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
arch/x86/config.mk
arch/x86/cpu/x86_64/cpu.c
drivers/video/Kconfig