hi

another error with gcc 6.2

In file included from S:/src/mame/3rdparty/bx/include/bx/simd_t.h:364:0,
from S:/src/mame/3rdparty/bx/include/bx/float4x4_t.h:9,
from S:/src/mame/3rdparty/bgfx/src/bgfx_p.h:129,
from ../../../../../3rdparty/bgfx/src/bgfx.cpp:13:
S:/src/mame/3rdparty/bx/include/bx/simd256_avx.inl:41:23: error: 'simd256_avx_t_t' does not name a type
BX_SIMD_FORCE_INLINE simd256_avx_t_t simd_splat(float _a)
^~~~~~~~~~~~~~~
S:/src/mame/3rdparty/bx/include/bx/simd256_avx.inl:47:23: error: 'simd256_avx_t_t' does not name a type
BX_SIMD_FORCE_INLINE simd256_avx_t_t simd_isplat(uint32_t _a)
^~~~~~~~~~~~~~~
S:/src/mame/3rdparty/bx/include/bx/simd256_avx.inl:56:23: error: 'simd256_avx_t_t' does not name a type
BX_SIMD_FORCE_INLINE simd256_avx_t_t simd_itof(simd256_avx_t_t _a)
^~~~~~~~~~~~~~~
S:/src/mame/3rdparty/bx/include/bx/simd256_avx.inl:65:23: error: 'simd256_avx_t_t' does not name a type
BX_SIMD_FORCE_INLINE simd256_avx_t_t simd_ftoi(simd256_avx_t_t _a)
^~~~~~~~~~~~~~~

last good build i've made from 01/01/2017

i use this for option
set _OptCompil=TOOLS=1 OPTIMIZE=3 -j6 USE_NETWORK=1 ARCHOPTS="-march=native -msse4.2"

thanks in advance

Last edited by Breiztiger; 01/05/17 06:03 PM.