ogre-next icon indicating copy to clipboard operation
ogre-next copied to clipboard

Build error for NEON

Open bchoineubility opened this issue 6 months ago • 10 comments

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

bchoineubility avatar Jan 17 '24 05:01 bchoineubility