Use float literals when initializing float values
authorChristopher Dykes <cdykes@fb.com>
Fri, 1 Jul 2016 01:18:57 +0000 (18:18 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Fri, 1 Jul 2016 01:24:14 +0000 (18:24 -0700)
commit4883245747927cc4d9177dc0d692c47944d3043c
treeaa4093ca2cfbd1e860f0404f3ead7fe7a35ee251
parent389ce43b7d74a899c23e512dbcef08ddd6d549fd
Use float literals when initializing float values

Summary: MSVC was correctly warning that we were initializing `float` variables with `double` literals. This just adds the explicit suffix so they are `float` literals instead.

Reviewed By: yfeldblum

Differential Revision: D3506797

fbshipit-source-id: 7eb4588958eddb984ba830e2599ac505d495783e
folly/test/AtomicHashMapTest.cpp
folly/test/ConvBenchmark.cpp
folly/test/ConvTest.cpp