From f58357e7eaebb8ab8a4f530b93f1155281f71a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 22 Dec 2025 17:42:52 +0200 Subject: [PATCH] cpu: HAVE_FPU by default At this point, this seems more reasonable. --- include/vlc_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h index 947608f6a9..f287b54d58 100644 --- a/include/vlc_cpu.h +++ b/include/vlc_cpu.h @@ -193,7 +193,7 @@ unsigned vlc_CPU_raw(void); * If this preprocessor constant is zero, floating point should be avoided * (especially relevant for audio codecs). */ -# define HAVE_FPU 0 +# define HAVE_FPU 1 # endif