Commit 9b5b777c authored by David Reid's avatar David Reid

Improve compiler support.

parent 37c14f3e
This diff is collapsed.
......@@ -2388,6 +2388,9 @@ int main(int argc, char** argv)
#if defined(__clang__)
printf("Compiler: Clang\n");
#endif
#if defined(__TINYC__)
printf("Compiler: TCC\n");
#endif
// Print CPU features.
if (mal_has_sse2()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment