intel / ARM_NEON_2_x86_SSE

The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430 stars 149 forks source link

error: member reference base type 'float [2]' is not a structure #29

Closed slevental closed 5 years ago

slevental commented 5 years ago

Looks like there is a bug in the code rr[0] is a float, but I guess is that union type is expected ( float32x2_t ?)

/NEON_2_SSE.h:6902:3: error: member reference base type 'float [2]' is not a structure or union
  _M64f(rr[0], s_f);
  ^~~~~~~~~~~~~~
slevental commented 5 years ago

@Zvictoria could you please take a look.

Zvictoria commented 5 years ago

Mega thanks! I will close this issue if you don't complain about the new version.