source: mainline/include/fpu_context.h@ 9c926f3

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9c926f3 was 9c926f3, checked in by Jakub Vana <jakub.vana@…>, 20 years ago

Begin support for FPU context switching on platforms which can't do it in lazy way.

  • Property mode set to 100644
File size: 332 bytes
Line 
1
2#ifndef fpu_context_h
3#define fpu_context_h
4
5
6#include <arch/fpu_context.h>
7#include <typedefs.h>
8
9extern void fpu_context_save(fpu_context_t *);
10extern void fpu_context_restore(fpu_context_t *);
11extern void fpu_lazy_context_save(fpu_context_t *);
12extern void fpu_lazy_context_restore(fpu_context_t *);
13
14
15
16#endif /*fpu_context_h*/
Note: See TracBrowser for help on using the repository browser.