Changeset fa31d2 in git for misc


Ignore:
Timestamp:
May 6, 2010, 11:15:04 AM (14 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
changed mappings in longrat*: added src & dst, assumes
Location:
misc
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • misc/aux.h

    r193c6b rfa31d2  
    4242#define loop for(;;)
    4343
     44static inline int si_max(const int a, const int b)  { return (a>b) ? a : b; }
     45
     46
    4447#if defined(SI_CPU_I386) || defined(SI_CPU_X86_64)
    4548  // the following settings seems to be better on i386 and x86_64 processors
Note: See TracChangeset for help on using the changeset viewer.