[Mesa-dev] [PATCH 5/8] swr/rast: Switch intrinsic usage to SIMDLib

Emil Velikov emil.l.velikov at gmail.com
Mon Jun 26 13:11:12 UTC 2017


Hi Tim,

On 22 June 2017 at 22:13, Tim Rowley <timothy.o.rowley at intel.com> wrote:
> Switch from a macro-based simd intrinsics layer to a more C++
> implementation, which also adds AVX512 optimizations to 128-bit
> and 256-bit SIMD.

> +       rasterizer/common/simdlib_128_avx.inl \
> +       rasterizer/common/simdlib_128_avx2.inl \
> +       rasterizer/common/simdlib_128_avx512.inl \
> +       rasterizer/common/simdlib_256_avx.inl \
> +       rasterizer/common/simdlib_256_avx2.inl \
> +       rasterizer/common/simdlib_256_avx512.inl \
> +       rasterizer/common/simdlib_512_avx512.inl \
> +       rasterizer/common/simdlib_512_avx512_masks.inl \
> +       rasterizer/common/simdlib_512_emu.inl \
> +       rasterizer/common/simdlib_512_emu_masks.inl \
Your commit message said "make dist/check" but I'd imagine you used
SCons for the whole series as well, correct?

Merely double-checking as some versions of SCons had issues with non
{c,h}{,pp} files listed as sources, IIRC. Sadly I don't recall the
specifics.

Thanks
Emil


More information about the mesa-dev mailing list