Optimization problem: bulk Boolean operations on vectors

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 24 03:44:43 PST 2016


On 2016-12-24 02:06, hardreset wrote:

> How do I get the asm output?

You cannot get the assembly output from DMD since it directly outputs 
object code. Do get the assembly you need to use a disassembler.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list