Changeset 3b05862f in mainline for arch/ia32/include/fpu_context.h
- Timestamp:
- 2006-03-15T16:12:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f7342d
- Parents:
- b629483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/fpu_context.h
rb629483 r3b05862f 35 35 #define FPU_CONTEXT_ALIGN 16 36 36 37 void fpu_fxsr(void); 38 void fpu_fsr(void); 39 40 37 41 struct fpu_context { 38 42 /* TODO: We need malloc that aligns structures on 16-byte boundary */
Note:
See TracChangeset
for help on using the changeset viewer.