mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
utility to print selected simd path (docs)
This commit is contained in:
@@ -60,6 +60,11 @@
|
|||||||
# define CGLM_PRINT_COLOR_RESET "\033[0m"
|
# define CGLM_PRINT_COLOR_RESET "\033[0m"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief prints current SIMD path in general
|
||||||
|
*
|
||||||
|
* @param[in] ostream stream to print e.g. stdout, stderr, FILE ...
|
||||||
|
*/
|
||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
void
|
void
|
||||||
glm_arch_print_name(FILE* __restrict ostream) {
|
glm_arch_print_name(FILE* __restrict ostream) {
|
||||||
|
|||||||
Reference in New Issue
Block a user