minix/lib/libc/arch/i386/int64
Tomas Hruby 504abf4b34 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)
2010-11-18 16:37:40 +00:00
..
add64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
add64u.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
bsr64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
cmp64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
cv64u.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
cvu64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
diff64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
div64.c Full 64-bit multitplication and division added to u64 library 2010-05-17 16:44:26 +00:00
div64u.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
ex64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
make64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
Makefile.inc Inlining 64bit integer handling functions 2010-11-18 16:37:40 +00:00
mul64.c Full 64-bit multitplication and division added to u64 library 2010-05-17 16:44:26 +00:00
mul64u.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
sub64.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
sub64u.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00