[Issue 255] Odd performance difference w/ complex doubles.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 16 19:11:58 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=255





------- Comment #1 from jpelcis at gmail.com  2006-07-16 21:11 -------
I used the following code to time it:

long getCount () {
        asm {
                naked;
                rdtsc;
                ret;
        }
}

and had the first and last lines of main check the time.  I got a performance
difference, but it was under 10%.  What parameter were you passing and how were
you testing the time?


-- 




More information about the Digitalmars-d-bugs mailing list