Module Gst::Cpu

Abstract

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

Included in: Gst .

Index: has_3dnow? has_mmx? has_mmxext? has_sse?

Functions
has_3dnow?has_3dnow? -> aBoolean
 

Checks if the CPU is 3DNOW enabled.

has_mmx?has_mmx? -> aBoolean
 

Checks if the CPU is mmx enabled.

has_mmxext?has_mmxext? -> aBoolean
 

Checks if the CPU has extended mmx instructions.

has_sse?has_sse? -> aBoolean
 

Checks if the CPU is sse enabled.