ogre-next
ogre-next copied to clipboard
Build error for NEON
Hi,
I have a build error for NEON on aarch64, exact platform name is Jetson xavier. I am using ogre-next-2.3.3 now for cross compiling on Yocto.
Error message is
OgreMain/include/Math/Array/NEON/Single/OgreMathlibNEON.h:604:67: error: cannot convert 'Ogre::ArrayReal' {aka 'float32x4_t'} to 'uint32x4_t'
| 604 | fStep0 = vreinterpretq_f32_u32( vandq_u32( vtstq_u32( f, f ),
| | ^
| | |
| | Ogre::ArrayReal {aka float32x4_t}
BR, Mark