Commit 56eee79f by Arun Patole Committed by Olli Etuaho

Move Float16ToFloat32 implementation to common

Float16ToFloat32 is now required by constant folding of float pack/unpack built-ins as well, moving it to commom so that it is available in libangle_common instead of libANGLE. BUG=angleproject:913 TEST=angle_unittests Change-Id: I1e23bb98c1b725c79f933a66ddb9986133fec19c Reviewed-on: https://chromium-review.googlesource.com/282961Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarOlli Etuaho <oetuaho@nvidia.com> Tested-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
parent e6e8c7c5
......@@ -8,6 +8,7 @@
# These file lists are shared with the GN build.
'libangle_common_sources':
[
'common/Float16ToFloat32.cpp',
'common/MemoryBuffer.cpp',
'common/MemoryBuffer.h',
'common/Optional.h',
......@@ -74,7 +75,6 @@
'libANGLE/Error.inl',
'libANGLE/Fence.cpp',
'libANGLE/Fence.h',
'libANGLE/Float16ToFloat32.cpp',
'libANGLE/Framebuffer.cpp',
'libANGLE/Framebuffer.h',
'libANGLE/FramebufferAttachment.cpp',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment