Changeset b49f4ae in mainline for arch/ppc/src/fpu_context.c


Ignore:
Timestamp:
2005-09-06T09:56:26Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50a4e25
Parents:
a5d1331
Message:

Added architecture independent hooks for fpu lazy context switching.
It is enabled by defining FPU_LAZY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/src/fpu_context.c

    ra5d1331 rb49f4ae  
    3838{
    3939}
    40 
    41 
    42 void fpu_lazy_context_save(fpu_context_t *fctx)
    43 {
    44 }
    45 
    46 void fpu_lazy_context_restore(fpu_context_t *fctx)
    47 {
    48 
    49 }
Note: See TracChangeset for help on using the changeset viewer.