K 10 svn:author V 3 mav K 8 svn:date V 27 2012-03-28T10:15:42.698106Z K 7 svn:log V 325 MFC r232852: Tune cpuset macros to optimize cases when CPU_SETSIZE fits into single machine word. For example, it turns CPU_SET() into expected shift and OR, removing extra shift, AND and additional index on memory access. Generated code checked for kernel (optimized) and user-level (unoptimized) cases with GCC and CLANG. END