Diff blender-3.3.6-r1 with a blender-3.3.8

/usr/portage/media-gfx/blender/blender-3.3.8.ebuild 2023-10-09 14:52:31.616368404 +0300
285 285
		)
286 286
	fi
287 287

  
288
	# This is currently needed on arm64 to get the NEON SIMD wrapper to compile the code successfully
289
	use arm64 && append-flags -flax-vector-conversions
290

  
288 291
	append-flags $(usex debug '-DDEBUG' '-DNDEBUG')
289 292

  
290 293
	if tc-is-gcc ; then
Thank you!