Changeset 5581c45e in mainline for arch/ia64/include/fpu_context.h


Ignore:
Timestamp:
2006-03-14T14:11:48Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9e11ff2
Parents:
d3e7ff4
Message:

Itanium FPU context save/restore

File:
1 edited

Legend:

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

    rd3e7ff4 r5581c45e  
    3232#include <arch/types.h>
    3333
     34#define FRS 128
     35#define SAVABLE_FRS_OFFSET 2
     36
    3437struct fpu_context {
    35 /* TODO: define IA-64 FPU context */
     38        __r128 fr[FRS];
    3639};
    3740
Note: See TracChangeset for help on using the changeset viewer.