summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-08-11 23:45:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-08-11 23:45:52 -0400
commitc86b82aa8ab61492b95abfc93fff7313e746b0ef (patch)
treeee484ce2cb440722dbd4a8ab505c282972b3e1ee
parent94b6e7ffe47b1174d981391059d1ff6af11095fa (diff)
comment tweak to show that the __cpuid() intrinsic belongs to MSVC and mingw
-rw-r--r--libs/pbd/fpu.cc2
1 files changed, 1 insertions, 1 deletions
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)