]> Zhao Yanbai Git Server - minix.git/commit
Inlining 64bit integer handling functions
authorTomas Hruby <tom@minix3.org>
Thu, 18 Nov 2010 16:37:40 +0000 (16:37 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 18 Nov 2010 16:37:40 +0000 (16:37 +0000)
commit504abf4b3487beee1fcf052e14fe68319fcbc2fb
tree25f1a1211c973434f0f990b00cfc26451177c29b
parent3ff6f21b519f71acca6a2910f8cf0ff15a45c583
Inlining 64bit integer handling functions

- if gcc/clang is used the C functions that use long long can be
  inlined to get better performance (yes, it makes difference)
include/minix/u64.h
lib/libc/arch/i386/int64/Makefile.inc
lib/libc/arch/i386/int64/int64.c [deleted file]