www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [dox] Add 256-bit SIMD types to Vector Extensions chapter of D

reply "Paul Jurczak" <pauljurczak yahoo.com> writes:
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.
Aug 19 2013
parent reply Iain Buclaw <ibuclaw ubuntu.com> writes:
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';
Aug 19 2013
next sibling parent "Paul Jurczak" <pauljurczak yahoo.com> writes:
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.
Aug 19 2013
prev sibling parent reply "Paul Jurczak" <pauljurczak yahoo.com> writes:
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)?
Aug 19 2013
parent Iain Buclaw <ibuclaw ubuntu.com> writes:
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';
Aug 19 2013