mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Add Digital Mars C++ detection to tests.
This commit is contained in:
@@ -2391,6 +2391,9 @@ int main(int argc, char** argv)
|
|||||||
#if defined(__TINYC__)
|
#if defined(__TINYC__)
|
||||||
printf("Compiler: TCC\n");
|
printf("Compiler: TCC\n");
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__DMC__)
|
||||||
|
printf("Compiler: Digital Mars C++\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
// Print CPU features.
|
// Print CPU features.
|
||||||
if (mal_has_sse2()) {
|
if (mal_has_sse2()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user