Methods

Class/Module Index [+]

Quicksearch

TC_cpu

Public Instance Methods

test_cpuflags() click to toggle source
# File gstreamer/tests/tc_cpu.rb, line 23
def test_cpuflags
    assert_bool Gst::Cpu.has_mmx?
    assert_bool Gst::Cpu.has_sse?
    assert_bool Gst::Cpu.has_mmxext?
    assert_bool Gst::Cpu.has_3dnow?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.