comparison softfloat.h @ 345:86348ea795ad libavutil

add a comment to indicate which #endif belong to which #define
author gpoirier
date Sun, 17 Jun 2007 18:59:28 +0000
parents 580fffa86f08
children f13e5473611e
comparison
equal deleted inserted replaced
344:580fffa86f08 345:86348ea795ad
124 v.exp += frac_bits - ONE_BITS; 124 v.exp += frac_bits - ONE_BITS;
125 if(v.exp >= 0) return v.mant << v.exp ; 125 if(v.exp >= 0) return v.mant << v.exp ;
126 else return v.mant >>(-v.exp); 126 else return v.mant >>(-v.exp);
127 } 127 }
128 128
129 #endif 129 #endif // AVUTIL_SOFTFLOAT_H