ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 2日 (火) 05:42:04 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3ACpu ------------------------- = 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? - Checks if the CPU is 3DNOW enabled. + --- 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? - Checks if the CPU is mmx enabled. + --- 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? - Checks if the CPU has extended mmx instructions. + --- 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? - Checks if the CPU is sse enabled. - - + --- 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>))