aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsimd.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-11-13 03:30:49 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-11-13 03:30:49 +0000
commit45464826849ab68693a3ed21c2d50ede00c50e67 (patch)
treee4149e9e591db1ca3fb2c0416fa5f55c4908a6fd /externals/grill/flext/source/flsimd.cpp
parent6e17759e69d5d51bafebc4e5e44e1ee5dbaf58fe (diff)
fix for showing attributes on select (and recreate the object on edit)
svn path=/trunk/; revision=2265
Diffstat (limited to 'externals/grill/flext/source/flsimd.cpp')
-rwxr-xr-xexternals/grill/flext/source/flsimd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsimd.cpp b/externals/grill/flext/source/flsimd.cpp
index 12cdba7c..007a1fe0 100755
--- a/externals/grill/flext/source/flsimd.cpp
+++ b/externals/grill/flext/source/flsimd.cpp
@@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
\brief flext SIMD support functions
If FLEXT_USE_SIMD is defined at compilation, SIMD instructions are used wherever feasible.
- If used with MSVC++ the "Processor Pack" must be installed.
+ If used with MSVC++ 6 the "Processor Pack" must be installed.
If FLEXT_USE_IPP is defined the Intel Performance Package is used.
*/