diff --git a/src/NetVips/NetVips.cs b/src/NetVips/NetVips.cs
index 4cc5a55e..0e6bc891 100644
--- a/src/NetVips/NetVips.cs
+++ b/src/NetVips/NetVips.cs
@@ -162,14 +162,9 @@ public static int Concurrency
}
///
- /// Enable or disable SIMD and the run-time compiler.
+ /// Enable or disable SIMD.
///
- ///
- /// This can give a nice speed-up, but can also be unstable on
- /// some systems or with some versions of the run-time compiler.
- ///
- /// Bool indicating if SIMD and the run-time
- /// compiler should be turned on.
+ /// Bool indicating if SIMD should be turned on.
[Obsolete("NetVips.VectorSet is deprecated, please use the NetVips.Vector setter instead.")]
public static void VectorSet(bool enabled)
{
@@ -177,12 +172,8 @@ public static void VectorSet(bool enabled)
}
///
- /// Enable or disable SIMD and the run-time compiler.
+ /// Enable or disable SIMD.
///
- ///
- /// This can give a nice speed-up, but can also be unstable on
- /// some systems or with some versions of the run-time compiler.
- ///
public static bool Vector
{
get => Vips.VectorIsEnabled();