[app][tests] set ENABLE_FPU in arch/x86 targets, enable floating point tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2014 Travis Geiselbrecht
|
||||
* Copyright (c) 2013-2015 Travis Geiselbrecht
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files
|
||||
@@ -20,7 +20,7 @@
|
||||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#if ARM_WITH_VFP || ARCH_ARM64
|
||||
#if ARM_WITH_VFP || ARCH_ARM64 || ENABLE_FPU
|
||||
|
||||
#include <stdio.h>
|
||||
#include <rand.h>
|
||||
|
||||
@@ -11,7 +11,7 @@ GLOBAL_DEFINES += \
|
||||
SMP_MAX_CPUS=1
|
||||
|
||||
GLOBAL_DEFINES += \
|
||||
ENABLE_FPU
|
||||
ENABLE_FPU=1
|
||||
|
||||
KERNEL_BASE ?= 0x00200000
|
||||
KERNEL_LOAD_OFFSET ?= 0x0
|
||||
|
||||
@@ -11,7 +11,7 @@ GLOBAL_DEFINES += \
|
||||
SMP_MAX_CPUS=1
|
||||
|
||||
GLOBAL_DEFINES += \
|
||||
ENABLE_FPU
|
||||
ENABLE_FPU=1
|
||||
|
||||
KERNEL_BASE ?= 0x00200000
|
||||
KERNEL_LOAD_OFFSET ?= 0x0
|
||||
|
||||
Reference in New Issue
Block a user