Changeset 3156582 in mainline for arch/amd64/src/fpu_context.c
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/fpu_context.c
r8491c48 r3156582 32 32 #include <cpu.h> 33 33 34 /** Save FPU (mmx, sse) context using fxsave instruction */ 34 35 void fpu_context_save(fpu_context_t *fctx) 35 36 { … … 44 45 } 45 46 47 /** Restore FPU (mmx,sse) context using fxrstor instruction */ 46 48 void fpu_context_restore(fpu_context_t *fctx) 47 49 {
Note:
See TracChangeset
for help on using the changeset viewer.