intel: Use common CONCAT/PASTE macros

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16945>
This commit is contained in:
Matt Coster
2022-06-09 15:03:01 +01:00
committed by Marge Bot
parent 6bf17673a5
commit afb8308087

View File

@@ -248,8 +248,6 @@ _isl_memcpy_tiled_to_linear_sse41(uint32_t xt1, uint32_t xt2,
isl_memcpy_type copy_type);
/* This is useful for adding the isl_prefix to genX functions */
#define PASTE2(x, y) x ## y
#define CONCAT2(x, y) PASTE2(x, y)
#define isl_genX(x) CONCAT2(isl_, genX(x))
#ifdef genX