diff options
| author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-23 16:28:17 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-23 16:28:35 +0200 |
| commit | fa6c70a44fc56cc50370e57c460dd61e8f127b51 (patch) | |
| tree | 91269761966dccea80a2931542db5a3648f66e18 /SpMV/support/utils.h | |
| parent | 2e3a43c12df8115fc859248adb14b87e08becb77 (diff) | |
SpMV: Add AspectC++ support
Diffstat (limited to 'SpMV/support/utils.h')
| -rw-r--r-- | SpMV/support/utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/SpMV/support/utils.h b/SpMV/support/utils.h deleted file mode 100644 index ccd8fbd..0000000 --- a/SpMV/support/utils.h +++ /dev/null @@ -1,10 +0,0 @@ - -#ifndef _UTILS_H_ -#define _UTILS_H_ - -#define PRINT_ERROR(fmt, ...) fprintf(stderr, "\033[0;31mERROR:\033[0m " fmt "\n", ##__VA_ARGS__) -#define PRINT_WARNING(fmt, ...) fprintf(stderr, "\033[0;35mWARNING:\033[0m " fmt "\n", ##__VA_ARGS__) -#define PRINT_INFO(cond, fmt, ...) if(cond) printf("\033[0;32mINFO:\033[0m " fmt "\n", ##__VA_ARGS__); -#define PRINT(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) - -#endif |
