Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: pretty-print SIMD types #6917

Merged
merged 1 commit into from
May 23, 2016
Merged

Commits on May 23, 2016

  1. util: pretty-print SIMD types

    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 <jasnell@gmail.com>
    Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
    bnoordhuis committed May 23, 2016
    Configuration menu
    Copy the full SHA
    ee8e7cd View commit details
    Browse the repository at this point in the history