436979094a
Bugfix: fallback implementation for integer div and remainder
...
this fallback allows to use our custom floordiv
for all integral types. This solves compilation problems
on 32bit, when gavl_time_t is defined to long long int
2011-03-16 03:45:08 +01:00
dea026cfd9
omit the Digxel timing measurments from test suite
2011-01-22 18:44:03 +01:00
c55260d4e4
generalise to long and int; improve test coverage
2011-01-20 21:30:48 +01:00
71aacc7698
implement an Integer-floor function for time quantisation
...
Contrary to the built-in division operator, this
function always truncates towards the next smaller
integer (also for negative numbers)
2011-01-13 03:36:11 +01:00