mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
added CONCAT(x,y) macro in NASM/MASM section
This commit is contained in:
parent
3cd7738c9b
commit
3eae261da9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue