Update Makefile.system

This commit is contained in:
Martin Kroeker 2020-11-08 00:01:36 +01:00 committed by GitHub
parent f4b7ba12b7
commit f6a57d8f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -255,9 +255,15 @@ else
ifdef HAVE_NEON
undefine HAVE_NEON
endif
ifdef HAVE_VFP
undefine HAVE_VFP
endif
ifdef HAVE_VFPV3
undefine HAVE_VFPV3
endif
ifdef HAVE_VFPV4
undefine HAVE_VFPV4
endif
undefine HAVE_MMX
undefine HAVE_SSE
undefine HAVE_SSE2