util: initialize float-array with float-literals
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 20 Sep 2019 14:04:06 +0000 (16:04 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 14 Jan 2020 11:00:27 +0000 (12:00 +0100)
commitd5c0fbfd7896a8f1fb07272188388763e3fed275
tree71b58db948e22f5aa5292e4d23f01d39ee5232de
parentb34422db5e6693a8651364556b49a5c3a3b2300a
util: initialize float-array with float-literals

We currently initialize this float-array with double-literals. Some
compilers generate warnings for this, so let's switch these to
float-literals instead.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/util/format_srgb.py