vupkh|lsh

This commit is contained in:
Ben Vanik
2014-01-12 18:04:24 -08:00
parent 4cbee4620a
commit 413aa06605
3 changed files with 38 additions and 10 deletions

View File

@@ -73,6 +73,8 @@ enum PackType {
PACK_TYPE_SHORT_2 = 3,
PACK_TYPE_S8_IN_16_LO = 4,
PACK_TYPE_S8_IN_16_HI = 5,
PACK_TYPE_S16_IN_32_LO = 6,
PACK_TYPE_S16_IN_32_HI = 7,
};