Putting back f16 index select.

This commit is contained in:
Nicolas Patry
2023-11-11 17:14:06 +01:00
parent 3900091e75
commit b58b247323

View File

@ -75,6 +75,7 @@ kernel void FN_NAME( \
INDEX_OP(is_u32_f32, uint, float)
INDEX_OP(is_u32_f16, uint, half)
#if __METAL_VERSION__ >= 310