summaryrefslogtreecommitdiff
path: root/debug.c
Commit message (Collapse)AuthorAge
* '__VA_ARGS__' in benchmark macro -> '##__VA_ARGS__'Jasper2025-09-02
| | | | | Seems to solve the empty argument problem for macros with variadic argument lists. GCC only
* Started work on macros to benchmark given functionsJasper2025-09-01
|
* Initial commitJasper2025-08-31