April 12, 2016 General » Re: Any usable SIMD implementation? | |||
|---|---|---|---|
| |||
...naked asm {
mov RAX,RDI;
mul RSI;
ret;
}
}
This is the basis of my assertion... | |||
April 13, 2016 Issues » [Issue 15919] New: Undetected spell miss in ndslice.selection.reshape() | |||
|---|---|---|---|
| |||
...Iota!(ret.N, ret.PureN))
{
ret._lengths[i] = slice._lengths[i + slcie.N - ret.N... | |||
April 04, 2016 Learn » Re: Possible bug in RVO? | |||
|---|---|---|---|
| |||
...Set ret;
writefln("did not touch x.aa - x.aa: %s", x.aa);
ret.aa... | |||
April 04, 2016 Issues » [Issue 15869] RVO can overwrite argument | |||
|---|---|---|---|
| |||
...Set ret; // <- This overwrites *a, i.e. &ret is the same as a
ret.value... | |||
April 04, 2016 Issues » [Issue 15869] New: RVO can overwrite argument | |||
|---|---|---|---|
| |||
...ret; // <- This overwrites x
ret.aa = x.aa; // <- Now x.aa is empty
return ret... | |||
April 04, 2016 Learn » Re: Possible bug in RVO? | |||
|---|---|---|---|
| |||
...ref Set o) {
Set ret;
ret.aa = x.aa;
return ret;
}
struct XX {
Set a... | |||
April 04, 2016 Learn » Re: Possible bug in RVO? | |||
|---|---|---|---|
| |||
...ret; foreach(k; aa.byKey) if (k !in o.aa) ret.insert(k); return ret... | |||
March 30, 2016 General » Re: Attribute inference for non-templated functions | |||
|---|---|---|---|
| |||
...ret-type inference like that, w/o any way to opt-out, means that ret... | |||
March 28, 2016 Issues » [Issue 15832] Crashing program when a helper template function is used to create a template struct | |||
|---|---|---|---|
| |||
...ReturnType!T inner(ParameterTypeTuple!T values) {
auto ret = _returns[0];
assert(_returns.length < 10, "Weird... | |||
March 28, 2016 Genel » Tarih biçimi düzenleme | |||
|---|---|---|---|
| |||
...string oluşturmak ve sonucu tekrar ret'e atamak zorundadır:
```
ret ~= d < 10 ? "0" ~ to!string... | |||
Copyright © 1999-2021 by the D Language Foundation