April 08, 2015 LDC » Re: How to deal with inline asm functions in Phobos/druntime? | |||
|---|---|---|---|
| |||
Indeed. On x86_64, the SSE registers (%xmm0 and so on) are used by default... | |||
April 04, 2015 Issues » [Issue 6459] Inline assembler does not work well for 64 bit registers R8..R15 | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=6459 safety0ff.bugz <safety0ff.bugz@gmail.com... | |||
April 04, 2015 Issues » [Issue 9965] Wrong Assembly For DIL, SIL Registers | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=9965 safety0ff.bugz <safety0ff.bugz@gmail.com... | |||
April 01, 2015 General » Re: dec64 decimal floating point type | |||
|---|---|---|---|
| |||
...in the reference implementation renames all the registers, and as a result I really struggle... | |||
March 30, 2015 General » Re: Named unittests | |||
|---|---|---|---|
| |||
...a testcase",
{
// actual test code here
});
}
---
Testcase registers the structure and the runtime just runs... | |||
March 30, 2015 Learn » Passing myself, a struct, as a C callback context | |||
|---|---|---|---|
| |||
...that holds state for the callback and registers itself:
final class Klass
{
void method()
{
register... | |||
March 22, 2015 General » Re: A few notes on choosing between Go and D for a quick project | |||
|---|---|---|---|
| |||
I don't think low level hardware registers qualify as "high level constructs" which is... | |||
March 22, 2015 General » Re: A few notes on choosing between Go and D for a quick project | |||
|---|---|---|---|
| |||
...C code that effectively uses SIMD vector registers. You have to use the auto-vectorizer... | |||
March 21, 2015 General » Re: A few notes on choosing between Go and D for a quick project | |||
|---|---|---|---|
| |||
...ll bite. Show me the "low level C code" that effectively uses SIMD vector registers. | |||
March 01, 2015 LDC » Re: Odd behavior in fiber unittest - printf stops optimization crash | |||
|---|---|---|---|
| |||
...function call to the compiler. The nonvolatile registers must be preserved. That RDI/RSI are... | |||
Copyright © 1999-2021 by the D Language Foundation