= module Gst::Cpu
This module is typically used to enable special optimisations based on the 
features of the CPU.

== Module Functions
--- Gst::Cpu.has_3dnow?
    This method returns true if the CPU is 3DNOW enabled, false otherwise.
    * Returns: true if the CPU is 3DNOW enabled, false otherwise.

--- Gst::Cpu.has_mmx?
    This method returns true if the CPU is mmx enabled, false otherwise.
    * Returns: true if the CPU is mmx enabled, false otherwise.

--- Gst::Cpu.has_mmxext?
    This method returns true if the CPU has extended mmx instructions, false otherwise.
    * Returns: true if the CPU has extended mmx instructions, false otherwise.

--- Gst::Cpu.has_sse?
    This method returns true if the CPU is sse enabled, false otherwise.
    * Returns: true if the CPU is sse enabled, false otherwise.

- ((<lrz>))
