Skip to content

Commit 16220c6

Browse files
committed
libvmaf.h: Fix cpumask & 1 documentation for NEON
1 parent b2a9950 commit 16220c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvmaf/include/libvmaf/libvmaf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ enum VmafPoolingMethod {
7070
* https://github.com/Netflix/vmaf/issues/1214
7171
*
7272
* @param cpumask Restrict permitted CPU instruction sets.
73-
* if cpumask & 1: disable SSE2
73+
* if cpumask & 1: disable SSE2 / disable NEON (on arm64)
7474
* if cpumask & 2: disable SSE3/SSSE3
7575
* if cpumask & 4: disable SSE4.1
7676
* if cpumask & 8: disable AVX2

0 commit comments

Comments
 (0)