Skip to content

util: pretty-print SIMD types#6917

Merged
bnoordhuis merged 1 commit intonodejs:masterfrom
bnoordhuis:pretty-print-simd
May 23, 2016
Merged

util: pretty-print SIMD types#6917
bnoordhuis merged 1 commit intonodejs:masterfrom
bnoordhuis:pretty-print-simd

Conversation

@bnoordhuis
Copy link
Copy Markdown
Member

@bnoordhuis bnoordhuis commented May 21, 2016

Before:

Bool32x4 {}
Float32x4 {}
Int32x4 {}
// etc.

After:

Bool32x4 [ false, false, false, false ]
Float32x4 [ NaN, NaN, NaN, NaN ]
Int32x4 [ 0, 0, 0, 0 ]
// etc.

CI: https://ci.nodejs.org/job/node-test-pull-request/2724/

@bnoordhuis bnoordhuis added the util Issues and PRs related to the built-in util module. label May 21, 2016
@eljefedelrodeodeljefe
Copy link
Copy Markdown
Contributor

Cool. LGTM.

@jasnell
Copy link
Copy Markdown
Member

jasnell commented May 22, 2016

LGTM

@bnoordhuis
Copy link
Copy Markdown
Member Author

Before:

    Bool32x4 {}
    Float32x4 {}
    Int32x4 {}
    // etc.

After:

    Bool32x4 [ false, false, false, false ]
    Float32x4 [ NaN, NaN, NaN, NaN ]
    Int32x4 [ 0, 0, 0, 0 ]
    // etc.

PR-URL: nodejs#6917
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
@bnoordhuis bnoordhuis force-pushed the pretty-print-simd branch from 0c681e9 to ee8e7cd Compare May 23, 2016 10:21
@bnoordhuis bnoordhuis closed this May 23, 2016
@bnoordhuis bnoordhuis deleted the pretty-print-simd branch May 23, 2016 10:21
@bnoordhuis
Copy link
Copy Markdown
Member Author

java.nio.file.DirectoryNotEmptyException on one of the Windows buildbots but everything else is green. Landed in ee8e7cd, thanks for the reviews.

@bnoordhuis bnoordhuis merged commit ee8e7cd into nodejs:master May 23, 2016
Fishrock123 pushed a commit that referenced this pull request May 23, 2016
Before:

    Bool32x4 {}
    Float32x4 {}
    Int32x4 {}
    // etc.

After:

    Bool32x4 [ false, false, false, false ]
    Float32x4 [ NaN, NaN, NaN, NaN ]
    Int32x4 [ 0, 0, 0, 0 ]
    // etc.

PR-URL: #6917
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
Before:

    Bool32x4 {}
    Float32x4 {}
    Int32x4 {}
    // etc.

After:

    Bool32x4 [ false, false, false, false ]
    Float32x4 [ NaN, NaN, NaN, NaN ]
    Int32x4 [ 0, 0, 0, 0 ]
    // etc.

PR-URL: #6917
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants