From f2ae7fdefa485714275ab66020edbd9e097e98fb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 17 Sep 2019 08:45:01 +0100 Subject: [PATCH] add DCT link --- simple_v_extension/vector_ops.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple_v_extension/vector_ops.mdwn b/simple_v_extension/vector_ops.mdwn index 02ba94b2a..0367f5c56 100644 --- a/simple_v_extension/vector_ops.mdwn +++ b/simple_v_extension/vector_ops.mdwn @@ -17,6 +17,9 @@ a standard "scalar" ISA. Additionally the coordinates can be set to circular, linear or hyperbolic, producing three different modes, and the algorithm may also be run in either "vector" mode or "rotation" mode. See [[discussion]] +CORDIC can also be used for performing DCT. See + + vx, vy = CORDIC(vx, vy, coordinate\_mode, beta) int i = 0; -- 2.30.2