1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 03:02:21 +00:00

docs(SIMD): remove SIMD

This commit is contained in:
ruanyf 2017-06-30 07:49:41 +08:00
parent 702968b951
commit 9efb9db803

View File

@ -31,8 +31,7 @@
1. [Module 的加载实现](#docs/module-loader) 1. [Module 的加载实现](#docs/module-loader)
1. [编程风格](#docs/style) 1. [编程风格](#docs/style)
1. [读懂规格](#docs/spec) 1. [读懂规格](#docs/spec)
1. [二进制数组](#docs/arraybuffer) 1. [ArrayBuffer](#docs/arraybuffer)
1. [SIMD](#docs/simd)
1. [参考链接](#docs/reference) 1. [参考链接](#docs/reference)
## 其他 ## 其他