effekseer / EffekseerForCocos2d-x

MIT License
42 stars 18 forks source link

Fix type cast. #33

Closed chaochaodev closed 2 years ago

chaochaodev commented 2 years ago

Use "vreinterpretq_f32_u32" to convert uint32x4_t to float32x4_t instead of "vreinterpretq_u32_f32"

durswd commented 2 years ago

Thank you