Commit 65788553 authored by Konstantin Pavlov's avatar Konstantin Pavlov

MIPS: enable HAVE_FPU on hard-float builds.

parent 11e89954
......@@ -172,6 +172,8 @@ ifeq ($(call cppcheck, __SOFTFP__),)
HAVE_FPU = 1
endif
endif
else ifneq ($(call cppcheck, __mips_hard_float),)
HAVE_FPU = 1
endif
ACLOCAL_AMFLAGS += -I$(PREFIX)/share/aclocal
......
......@@ -179,6 +179,9 @@ VLC_API unsigned vlc_CPU(void);
# elif defined (__sparc__)
# define HAVE_FPU 1
# elif defined (__mips_hard_float)
# define HAVE_FPU 1
# else
/**
* Are single precision floating point operations "fast"?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment