source: rtems/cpukit/score/macros/README @ 88d594a

4.104.114.84.95
Last change on this file since 88d594a was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 774 bytes
Line 
1#
2#  $Id$
3#
4
5The files in this directory are not considered the "primary" source
6of inlined routines for RTEMS.  The "inline" directory contains
7the implementations of the inlined basis which are regularly
8tested.  In general, an effort is made to keep the contents of
9this directory up to date but testing is only performed irregularly
10and even then it is usually with a single target processor and BSP.
11
12The primary purpose of the code in this directory is to insure
13that RTEMS can be compiled using a C compiler which does not support
14static inline routines.
15
16These were last successfully tested on 2/1/95 on a prerelease version
17of 3.2.0.  The testing was done only on the Force CPU386 i386 target board.
18No testing was done on version of the code in the final release.
Note: See TracBrowser for help on using the repository browser.