Changeset 6a27d63 in mainline for include/fpu_context.h


Ignore:
Timestamp:
2005-05-11T21:53:09Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c884ef1
Parents:
6ba143d
Message:

Finished FPU lazy context switching - first version. I have not tested it and there are many things which must be changed when
it runs first time OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/fpu_context.h

    r6ba143d r6a27d63  
    1111extern void fpu_lazy_context_save(fpu_context_t *);
    1212extern void fpu_lazy_context_restore(fpu_context_t *);
    13 
     13extern void fpu_init(void);
    1414
    1515
Note: See TracChangeset for help on using the changeset viewer.