- Timestamp:
- May 6, 2010, 11:15:04 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b669e0bd18e9a750640efa52441c348c0ebd1408
- Parents:
- 193c6b995c05e74875bad7b738f4df3d5aa7f969
- git-author:
- Christian Eder <ederc@mathematik.uni-kl.de>2010-05-06 11:15:04+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:55+01:00
- Location:
- misc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/aux.h
r193c6b rfa31d2 42 42 #define loop for(;;) 43 43 44 static inline int si_max(const int a, const int b) { return (a>b) ? a : b; } 45 46 44 47 #if defined(SI_CPU_I386) || defined(SI_CPU_X86_64) 45 48 // the following settings seems to be better on i386 and x86_64 processors
Note: See TracChangeset
for help on using the changeset viewer.