Search

April 08, 2015
LDC »
Indeed. On x86_64, the SSE registers (%xmm0 and so on) are used by default...
April 04, 2015
Issues »
https://issues.dlang.org/show_bug.cgi?id=6459

safety0ff.bugz <safety0ff.bugz@gmail.com...
April 04, 2015
Issues »
https://issues.dlang.org/show_bug.cgi?id=9965

safety0ff.bugz <safety0ff.bugz@gmail.com...
April 01, 2015
General »
...in the reference implementation renames all the registers, and as a result I really struggle...
March 30, 2015
General »
...a testcase",
    {
        // actual test code here
    });
}
---

Testcase registers the structure and the runtime just runs...
March 30, 2015
Learn »
...that holds state for the callback and registers itself:

final class Klass
{
    void method()
    {
        register...
March 22, 2015
General »
I don't think low level hardware registers qualify as "high level constructs" which is...
March 22, 2015
General »
...C code that effectively uses SIMD vector registers. You have to use the auto-vectorizer...
March 21, 2015
General »
...ll bite. Show me the "low level C code" that effectively uses SIMD vector registers.
March 01, 2015
LDC »
...function call to the compiler. The nonvolatile registers must be preserved. That RDI/RSI are...
56 57 58 59 60 61 62 63 64 65 66 67
Next ›   Last »