diff options
Diffstat (limited to 'src/gallium/drivers/swr/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/swr/Makefile.sources | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources index 12a5e7d137f..3c1118b1ad7 100644 --- a/src/gallium/drivers/swr/Makefile.sources +++ b/src/gallium/drivers/swr/Makefile.sources @@ -65,6 +65,19 @@ COMMON_CXX_SOURCES := \ rasterizer/common/rdtsc_buckets_shared.h \ rasterizer/common/simd16intrin.h \ rasterizer/common/simdintrin.h \ + rasterizer/common/simdlib.hpp \ + 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 \ + rasterizer/common/simdlib_interface.hpp \ + rasterizer/common/simdlib_types.hpp \ rasterizer/common/swr_assert.cpp \ rasterizer/common/swr_assert.h |