From: Holger Waechtler Date: Thu, 6 Apr 2000 11:51:24 +0000 (+0000) Subject: added CONCAT(x,y) macro in NASM/MASM section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3eae261da989f44c4920b1bfe247c2e1be8724ad;p=mesa.git added CONCAT(x,y) macro in NASM/MASM section --- diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 9c9ddc5b8e4..2a1034870a5 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -848,6 +848,8 @@ #define P_XMM6 xmm6 #define P_XMM7 xmm7 +#define CONCAT(x, y) x ## y + #if defined(NASM_ASSEMBLER) #define ST(n) st ## n