mirror of
https://github.com/amd/blis.git
synced 2026-05-11 01:30:00 +00:00
Finish macroization of assembly ukernels.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
#define COMMENT_BEGIN "#"
|
||||
#define COMMENT_END
|
||||
|
||||
#define BEGIN_ASM __asm__ volatile (
|
||||
#define BEGIN_ASM() __asm__ volatile (
|
||||
#define END_ASM(...) __VA_ARGS__ );
|
||||
|
||||
|
||||
@@ -149,8 +149,8 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define begin_asm BEGIN_ASM
|
||||
#define end_asm END_ASM
|
||||
#define begin_asm() BEGIN_ASM()
|
||||
#define end_asm(...) END_ASM(__VA_ARGS__)
|
||||
|
||||
#define label(...) LABEL(__VA_ARGS__)
|
||||
#define imm(...) IMM(__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user