comment tweak to show that the __cpuid() intrinsic belongs to MSVC and mingw
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 12 Aug 2015 03:45:52 +0000 (23:45 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 12 Aug 2015 03:45:52 +0000 (23:45 -0400)
libs/pbd/fpu.cc

index a2259eb46b1202e4d71798a2c689d5a296c6394a..64fc88de6677fec5f369e991823dd0112bb57d3a 100644 (file)
@@ -42,7 +42,7 @@ FPU* FPU::_instance (0);
 
 #ifndef PLATFORM_WINDOWS
 
-/* use __cpuid() as the name to match the MSVC intrinsic */
+/* use __cpuid() as the name to match the MSVC/mingw intrinsic */
 
 static void
 __cpuid(int regs[4], int cpuid_leaf)