freebsd-dev/sys/dev/cx
Mateusz Guzik ba96f37758 Use __builtin for various mem* and b* (e.g. bzero) routines.
Some of the routines were using artificially limited builtin already,
drop the explicit limit.

The use of builtins allows quite often allows the compiler to elide the call
or most zeroing to begin with. For instance, if the target object is 32 bytes
in size and gets zeroed + has 16 bytes initialized, the compiler can just
add code to zero out the rest.

Note not all the primites have asm variants and some of the existing ones
are not optimized. Maintaines are strongly encourage to take a look
(regardless of this change).
2018-06-02 18:03:35 +00:00
..
cronyxfw.h
csigma.c
csigmafw.h
cxddk.c sys/dev: Replace zero with NULL for pointers. 2017-02-20 03:43:12 +00:00
cxddk.h
cxreg.h
if_cx.c sys/dev: Replace zero with NULL for pointers. 2017-02-20 03:43:12 +00:00
machdep.h Use __builtin for various mem* and b* (e.g. bzero) routines. 2018-06-02 18:03:35 +00:00
ng_cx.h