We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a9950 commit 16220c6Copy full SHA for 16220c6
libvmaf/include/libvmaf/libvmaf.h
@@ -70,7 +70,7 @@ enum VmafPoolingMethod {
70
* https://github.com/Netflix/vmaf/issues/1214
71
*
72
* @param cpumask Restrict permitted CPU instruction sets.
73
- * if cpumask & 1: disable SSE2
+ * if cpumask & 1: disable SSE2 / disable NEON (on arm64)
74
* if cpumask & 2: disable SSE3/SSSE3
75
* if cpumask & 4: disable SSE4.1
76
* if cpumask & 8: disable AVX2
0 commit comments