rustsynth-sys 0.5.6

Low level bindings to VapourSynth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SetMaxCPU
=========

.. function::   SetMaxCPU(string cpu)
   :module: std

   This function is only intended for testing and debugging purposes
   and sets the maximum used instruction set for optimized functions.
   
   Possible values for x86: "avx2", "sse2", "none"
   
   Other platforms: "none"
   
   By default all supported cpu features are used.