Fix reliance on the sign of char in fnv32 and fnv64
[folly.git] / folly / CpuId.h
2017-04-27 Philip Proninfix silent eax clobbering in CpuId ctor
2017-02-07 Christopher DykesMake a few coersions to bool explicit
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-09-23 Alisson Gusatti... Avoid external linkage call inside __ifunc__
2016-08-11 Christopher DykesInclude intrin.h in CpuId for the cpuid builtins
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-02 Michael Leei386 -fPIC requires `%ebx`
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-08 Philip ProninBMI1 support in EliasFanoCoding
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-07-14 Elizabeth SmithMSVC intrinsics for bits and cpuid
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-03-27 Owen YamauchiHandle non-Intel platforms in Range and CpuId
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-08-08 Tudor BosmanDetect popcnt instruction at runtime, use it if available.