zephyr/arch/x86/include
Allan Stephens bce8fbb61e kernel: Clean up of x86 floating point code
Updates x86 floating point support to reflect changes that have
been made in recent months.

* Many, many, many cosmetic changes (mostly revisions to comments).

* Elimination of unnecessary function aliases that were needed
  to support the task and fiber versions of certain APIs.

* Elimination of run-time code to enable a thread's "FP regs"
  option bit if the "SSE regs" option bit was set. The kernel
  now recognizes that the thread is using the FPU as long as
  either option bit is set. (If the thread has both option bits
  enabled this is the same as if only the "SSE regs" bit is set.)

Change-Id: Ic12abc54b6fa78921749b546d8debf23e7ad232d
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-11-09 23:51:30 +00:00
..
debug debug: add target GDB server 2016-04-16 05:29:22 +00:00
asm_inline_gcc.h kernel: Clean up of x86 floating point code 2016-11-09 23:51:30 +00:00
asm_inline.h kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
cache_private.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
exception.h x86: exceptions: simplify exception stubs 2016-09-28 20:28:07 +00:00
kernel_event_logger_arch.h x86: declare internal API for interrupt controllers 2016-09-06 18:35:47 +00:00
nano_private.h kernel: Clean up of x86 floating point code 2016-11-09 23:51:30 +00:00
start_task_arch.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
swapstk.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00