Don't use hex floats.
authorJacques Pienaar <jpienaar@google.com>
Thu, 24 May 2018 19:22:04 +0000 (12:22 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 19:24:47 +0000 (12:24 -0700)
commit2a8b52fc0c5f1fc257ad9c042126b00edfeca705
tree3274aac04b0343f71fdd0228e67670e72535d458
parentb6ef284eb02e3bfee1cf46e725a84e6558ca0c63
Don't use hex floats.

Hex float literals are in C11 and C++17, but not in C++11, so use plain float notation.

PiperOrigin-RevId: 197933744
tensorflow/compiler/xla/service/hlo_evaluator_test.cc
tensorflow/compiler/xla/tests/convert_test.cc