[ofw] [PATCH] use compiler intrinsics instead of complib 1 of 5

Hefty, Sean sean.hefty at intel.com
Mon Jan 3 08:22:22 PST 2011


> cl_memclr --> NdisZeroMemory
> cl_memcpy --> NdisMoveMemory
> cl_memcmp --> memcmp
> cl_memset --> memset

The latter should be RtlCompareMemory and RtlFillMemory.  All of the complib abstractions should eventually be replaced with the native calls.



More information about the ofw mailing list