Method: Fisk::Instructions::DSLMethods#roundpd

Defined in:
lib/fisk/instructions.rb

#roundpd(*params) ⇒ Object



2800
2801
2802
# File 'lib/fisk/instructions.rb', line 2800

def roundpd(*params)
  gen_with_insn Fisk::Instructions::ROUNDPD, params
end