Skip to content

Commit

Permalink
libvmaf.h: Fix cpumask & 1 documentation for NEON
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Feb 2, 2024
1 parent 6629dbe commit 346e176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvmaf/include/libvmaf/libvmaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum VmafPoolingMethod {
* https://github.com/Netflix/vmaf/issues/1214
*
* @param cpumask Restrict permitted CPU instruction sets.
* if cpumask & 1: disable SSE2
* if cpumask & 1: disable SSE2 / disable NEON (on arm64)
* if cpumask & 2: disable SSE3/SSSE3
* if cpumask & 4: disable SSE4.1
* if cpumask & 8: disable AVX2
Expand Down

0 comments on commit 346e176

Please sign in to comment.