utility to print selected simd path (docs)

This commit is contained in:
Recep Aslantas
2023-04-08 01:03:31 +03:00
parent a542d54fca
commit 0b3049dca0

View File

@@ -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) {