This commit is contained in:
Jay D Dee
2023-11-15 11:05:41 -05:00
parent 0a78013cbe
commit f3fde95f27
32 changed files with 1074 additions and 1027 deletions

View File

@@ -2968,8 +2968,12 @@ static bool cpu_capability( bool display_only )
printf(" Linux\n");
#elif defined(WIN32)
printf(" Windows\n");
#elif defined(__APPLE__)
printf(" MacOS\n");
#elif defined(__unix__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
printf(" Unix\n");
#else
printf("\n");
printf("\n");
#endif
printf("CPU features: ");