Changeset 3b05862f in mainline for arch/ia32/include/fpu_context.h


Ignore:
Timestamp:
2006-03-15T16:12:37Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f7342d
Parents:
b629483
Message:

ia32 MMX and SSEx support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/fpu_context.h

    rb629483 r3b05862f  
    3535#define FPU_CONTEXT_ALIGN 16
    3636
     37void fpu_fxsr(void);
     38void fpu_fsr(void);
     39
     40
    3741struct fpu_context {
    3842        /* TODO: We need malloc that aligns structures on 16-byte boundary */
Note: See TracChangeset for help on using the changeset viewer.