[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 14 00:57:54 PDT 2012


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-05-14 00:59:21 PDT ---
Reduced test case. The float needs to be a parameter (not a local variable).

float bug8060(float x) {
    int i = *cast(int*)&x;
    ++i;
    return *cast(float*)&i;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list