From 0b3049dca0c300dbe80e76052569408f49c26c7b Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sat, 8 Apr 2023 01:03:31 +0300 Subject: [PATCH] utility to print selected simd path (docs) --- include/cglm/io.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/cglm/io.h b/include/cglm/io.h index 97837f3..12c3db0 100644 --- a/include/cglm/io.h +++ b/include/cglm/io.h @@ -60,6 +60,11 @@ # define CGLM_PRINT_COLOR_RESET "\033[0m" #endif +/*! + * @brief prints current SIMD path in general + * + * @param[in] ostream stream to print e.g. stdout, stderr, FILE ... + */ CGLM_INLINE void glm_arch_print_name(FILE* __restrict ostream) {