lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since ea3fb2e was 6a27d63, checked in by Jakub Vana <jakub.vana@…>, 21 years ago |
|
Finished FPU lazy context switching - first version. I have not tested it and there are many things which must be changed when
it runs first time OK.
|
-
Property mode
set to
100644
|
|
File size:
359 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 |
|
|---|
| 9 | extern void fpu_context_save(fpu_context_t *);
|
|---|
| 10 | extern void fpu_context_restore(fpu_context_t *);
|
|---|
| 11 | extern void fpu_lazy_context_save(fpu_context_t *);
|
|---|
| 12 | extern void fpu_lazy_context_restore(fpu_context_t *);
|
|---|
| 13 | extern void fpu_init(void);
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #endif /*fpu_context_h*/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.