Fix enum-hashing build error on Ubuntu 16.04
Due to a defect in older versions of libstdc++, the std library could
not support hashing of enums. So each enum used in a hash is now
explicitly used as a uint32_t.
Bug: b/166302706
Change-Id: Id7de96f97bef0e6f104dc783115a416e3aa47b7c
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/48108
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Tested-by:
Sean Risser <srisser@google.com>
Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
Showing
Please
register
or
sign in
to comment