From c86b82aa8ab61492b95abfc93fff7313e746b0ef Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 11 Aug 2015 23:45:52 -0400 Subject: comment tweak to show that the __cpuid() intrinsic belongs to MSVC and mingw --- libs/pbd/fpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd') diff --git a/libs/pbd/fpu.cc b/libs/pbd/fpu.cc index a2259eb46b..64fc88de66 100644 --- a/libs/pbd/fpu.cc +++ b/libs/pbd/fpu.cc @@ -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) -- cgit v1.2.3