1
0
Fork 0
remarkable-uboot/lib/dhry
Tom Rini f23baa572f cmd_dhry.c: Use lldiv for vax_mips calculation as well
Since dhry_per_sec is a u64 we must also use lldiv here when working
with it.  Otherwise:
../lib/dhry/cmd_dhry.c:(.text.do_dhry+0xd8): undefined reference to `__udivdi3'

On some platforms.

Signed-off-by: Tom Rini <trini@konsulko.com>
2016-03-17 10:14:25 -04:00
..
Kconfig Add a dhrystone benchmark command 2015-07-21 17:39:19 -06:00
Makefile Add a dhrystone benchmark command 2015-07-21 17:39:19 -06:00
cmd_dhry.c cmd_dhry.c: Use lldiv for vax_mips calculation as well 2016-03-17 10:14:25 -04:00
dhry.h Add a dhrystone benchmark command 2015-07-21 17:39:19 -06:00
dhry_1.c Add a dhrystone benchmark command 2015-07-21 17:39:19 -06:00
dhry_2.c Add a dhrystone benchmark command 2015-07-21 17:39:19 -06:00