Changeset 138 for trunk/Softwares/Dhrystone
- Timestamp:
 - May 12, 2010, 7:34:01 PM (15 years ago)
 - Location:
 - trunk/Softwares/Dhrystone
 - Files:
 - 
          
- 4 edited
 
- 
          Makefile (modified) (1 diff)
 - 
          Makefile.defs (modified) (1 diff)
 - 
          src/c/dtime.c (modified) (1 diff)
 - 
          src/include/dhry.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/Softwares/Dhrystone/Makefile
r137 r138 33 33 include $(DIR_SOFT)/Makefile.Software 34 34 35 # no workload 36 workload : all  - 
        
trunk/Softwares/Dhrystone/Makefile.defs
r133 r138 7 7 # 8 8 9 DHRYSTONE_NB_RUNS = 1000 09 DHRYSTONE_NB_RUNS = 1000  - 
        
trunk/Softwares/Dhrystone/src/c/dtime.c
r114 r138 53 53 54 54 /***************************************************/ 55 /* M orpheodtime(). */55 /* MORPHEO dtime(). */ 56 56 /***************************************************/ 57 #ifdef M orpheo57 #ifdef MORPHEO 58 58 59 59 #include <time.h>  - 
        
trunk/Softwares/Dhrystone/src/include/dhry.h
r114 r138 338 338 /* Compiler and system dependent definitions: */ 339 339 340 #ifndef M orpheo340 #ifndef MORPHEO 341 341 # define HAVE_DOUBLE 342 342 #endif  
Note: See TracChangeset
          for help on using the changeset viewer.
      