Probably correct vupkh|lsb.

This commit is contained in:
Ben Vanik
2014-01-12 15:41:18 -08:00
parent eb5d7e0f31
commit f6866098c5
3 changed files with 56 additions and 23 deletions

View File

@@ -71,6 +71,8 @@ enum PackType {
PACK_TYPE_FLOAT16_2 = 1,
PACK_TYPE_FLOAT16_4 = 2,
PACK_TYPE_SHORT_2 = 3,
PACK_TYPE_S8_IN_16_LO = 4,
PACK_TYPE_S8_IN_16_HI = 5,
};