From dd63aa28228b13d1ec5b886c1a86f5c28e7df600 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Wed, 17 Mar 2021 16:06:00 -0700 Subject: [PATCH] Add a references section with useful links --- proposals/relaxed-simd/Overview.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proposals/relaxed-simd/Overview.md b/proposals/relaxed-simd/Overview.md index a23c08b0..45901ec8 100644 --- a/proposals/relaxed-simd/Overview.md +++ b/proposals/relaxed-simd/Overview.md @@ -27,3 +27,11 @@ Some instructions we would like to add: - Approximate reciprocal/reciprocal sqrt - Relaxed Swizzle (implementation defined out of bounds behavior) - Relaxed Rounding Q-format Multiplication (optional saturation) + +## References + +- Poll for phase 1 + [presentation](https://docs.google.com/presentation/d/1Qnx0nbNTRYhMONLuKyygEduCXNOv3xtWODfXfYokx1Y/edit?usp=sharing) + and [meeting + notes](https://github.com/WebAssembly/meetings/blob/master/main/2021/CG-03-16.md) +- [SIMD proposal](https://github.com/WebAssembly/simd)