• rossberg's avatar
    [simd] Introduce SIMD types (as classes) · a60f1922
    rossberg authored
    - Introduce a proper bit for SIMD primitive values.
    - Introduce constructors for individual SIMD types. These are currently just classes, which seems good enough for now, given that we always have exactly one global map per SIMD type.
    
    The only problem with using class types for SIMD is that a SIMD constant won't be a subtype of its specific type, only of the general SIMD type. But until we actually introduce SIMD constants into the compiler that shouldn't matter.
    
    R=jarin@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1303863002
    
    Cr-Commit-Position: refs/heads/master@{#30294}
    a60f1922
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...