CR feedback

This commit is contained in:
Ken Cooke 2019-06-24 11:51:03 -07:00
parent 87e0f5b2bb
commit 75aea88f20

View file

@ -1720,7 +1720,7 @@ static void packBlendshapeOffsets_ref(BlendshapeOffsetUnpacked* unpacked, Blends
//
// Runtime CPU dispatch
//
#include "CPUDetect.h"
#include <CPUDetect.h>
void packBlendshapeOffsets_AVX2(float (*unpacked)[9], uint32_t (*packed)[4], int size);