Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
August 19, 2013 [dox] Add 256-bit SIMD types to Vector Extensions chapter of D Programming Language Specification | ||||
---|---|---|---|---|
| ||||
My mouse is red hot from clicking around Interwebs trying to find how to fix or report documentation issue. If this is not the best place, please direct me to the right one. Current (downloaded today) version of D Programming Language Specification doesn't have 256-bit SIMD types in Vector Extensions chapter as opposed to core.simd library reference, which has them. |
August 19, 2013 Re: [dox] Add 256-bit SIMD types to Vector Extensions chapter of D Programming Language Specification | ||||
---|---|---|---|---|
| ||||
Posted in reply to Paul Jurczak | On 19 August 2013 08:23, Paul Jurczak <pauljurczak@yahoo.com> wrote: > My mouse is red hot from clicking around Interwebs trying to find how to fix or report documentation issue. If this is not the best place, please direct me to the right one. > 'Websites' is a component in the bugzilla: http://d.puremagic.com/issues/enter_bug.cgi?product=D 'spec' is also a keyword to tag against bugs reported in bugzilla: http://d.puremagic.com/issues/describekeywords.cgi Documentation source is hosted here: https://github.com/D-Programming-Language/dlang.org > Current (downloaded today) version of D Programming Language Specification doesn't have 256-bit SIMD types in Vector Extensions chapter as opposed to core.simd library reference, which has them. Oh... you mean someone wrote a book? -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; |
August 19, 2013 Re: [dox] Add 256-bit SIMD types to Vector Extensions chapter of D Programming Language Specification | ||||
---|---|---|---|---|
| ||||
Posted in reply to Iain Buclaw | On Monday, 19 August 2013 at 07:36:42 UTC, Iain Buclaw wrote: [..] > Documentation source is hosted here: > https://github.com/D-Programming-Language/dlang.org Thanks, I was close, but somehow missed these files. Now I just have to learn the syntax of .dd files. [..] > Oh... you mean someone wrote a book? I took it from http://digitalmars.com/d/2.0/dlangspec.mobi and it seems to be generated from Github files you mentioned. |
August 19, 2013 Re: [dox] Add 256-bit SIMD types to Vector Extensions chapter of D Programming Language Specification | ||||
---|---|---|---|---|
| ||||
Posted in reply to Iain Buclaw | On Monday, 19 August 2013 at 07:36:42 UTC, Iain Buclaw wrote:
[..]
> Documentation source is hosted here:
> https://github.com/D-Programming-Language/dlang.org
I submitted my first pull request on Github. Is this the way to go about documentation issues, which are pretty straightforward (no lengthy debate needed)?
|
August 19, 2013 Re: [dox] Add 256-bit SIMD types to Vector Extensions chapter of D Programming Language Specification | ||||
---|---|---|---|---|
| ||||
Posted in reply to Paul Jurczak | On 19 August 2013 09:40, Paul Jurczak <pauljurczak@yahoo.com> wrote: > On Monday, 19 August 2013 at 07:36:42 UTC, Iain Buclaw wrote: [..] >> >> Documentation source is hosted here: https://github.com/D-Programming-Language/dlang.org > > > I submitted my first pull request on Github. Is this the way to go about documentation issues, which are pretty straightforward (no lengthy debate needed)? Any lengthy debate can be discussed in the pull you raised. I'll ping Andrei for review. :) Thanks for your contribution. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; |
Copyright © 1999-2021 by the D Language Foundation