ecmascript_simd

SIMD numeric type for EcmaScript

  • 所有者: tc39/ecmascript_simd
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

SIMD.js

===============

SIMD.js has been taken out of active development in TC39 and removed
from Stage 3, and is not being pursued by web browsers for
implementation. SIMD operations exposed to the web are under active
development within WebAssembly, with operations based on the SIMD.js
operations. With WebAssembly in advanced development or shipping in
multiple browsers, it seems like an adequate vehicle to subsume asm.js
use cases, which are judged to be the broader cases. Although some
developers have expressed interest in using SIMD.js outside of asm.js,
implementers have found that implementing and optimizing for this case
reliably creates a lot of complexity, and have made the decision to
focus instead on delivering WebAssembly and SIMD instructions in WASM.

See https://github.com/WebAssembly/simd for current development.

This repository retains a historical snapshot of the SIMD.js specification work:

  • The authoritative API reference documentation is generated from tc39/spec.html. You can view a rendered copy at http://tc39.github.io/ecmascript_simd/ .
  • A polyfill at src/ecmascript_simd.js, which can't implement value semantics, but includes a correct implementation of all functions
  • Extensive tests at src/ecmascript_simd_tests.js, which can be run using other files in src/. Benchmarks and example code live in the same directory.
  • A presentation explaining the motivation and outlining the approach at tc39/SIMD-128 TC-39.pdf

主要指标

概览
名称与所有者tc39/ecmascript_simd
主编程语言JavaScript
编程语言Shell (语言数: 3)
平台
许可证Other
所有者活动
创建于2013-03-31 17:32:34
推送于2018-09-07 05:36:04
最后一次提交2018-09-07 07:36:03
发布数0
用户参与
星数547
关注者数66
派生数64
提交数560
已启用问题?
问题数209
打开的问题数38
拉请求数134
打开的拉请求数6
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?