zephyr/arch
Ioannis Glaropoulos 85f7aeeced arch: x86: make z_arch_float_disable return -ENOSYS if not supported
For the x86 architecture the z_arch_float_disable() is only
implemented when building with CONFIG_LAZY_FP_SHARING, so we
make z_arch_float_disable() return -ENOSYS when we build with
FLOAT and FP_SHARING but on an x86 platform where
LAZY_FP_SHARING is not supported.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-07-10 13:44:02 -07:00
..
arc arch: arc: build cache.c conditionally 2019-07-04 10:04:27 -04:00
arm arch: arm: userspace: don't use the default stack in z_arm_do_syscall 2019-07-02 19:18:48 -04:00
common cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
nios2 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
posix cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
riscv32 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
x86 arch: x86: make z_arch_float_disable return -ENOSYS if not supported 2019-07-10 13:44:02 -07:00
x86_64 cleanup: include/: move tracing.h to debug/tracing.h 2019-06-27 22:55:49 -04:00
xtensa cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig x86_64: minimally preparing for enabling newlib 2019-06-27 16:08:32 -04:00