server-skynet-source-3rd-je.../include
Jason Evans 87004d238c Avoid negation of unsigned numbers.
Rather than relying on two's complement negation for alignment mask
generation, use bitwise not and addition.  This dodges warnings from
MSVC, and should be strength-reduced by compiler optimization anyway.
2016-11-15 14:04:35 -08:00
..
jemalloc Avoid negation of unsigned numbers. 2016-11-15 14:04:35 -08:00
msvc_compat Remove errno overrides. 2016-05-03 10:01:16 -07:00