From c4b1dbada3a91847af0a035f2a9546f73a05f648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20M=C3=A5rdbrink?= Date: Mon, 8 Dec 2025 14:57:37 +0100 Subject: [PATCH] Clarify DCT project --- views/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/projects.html b/views/projects.html index 8ae6865..b1bdc9e 100644 --- a/views/projects.html +++ b/views/projects.html @@ -84,7 +84,7 @@ The language utilises WebAssembly programs for easy package development.
Satellite Resource optimised DCT-II algorithm - Co-designed a satellite version of the DCT-II algorithm with RISC-V hardware and C software. Focusing on energy efficiency using vector instructions, cache coherence and parallelism. + Co-designed a satellite version of the DCT-II algorithm with RISC-V hardware and C. Focusing on energy efficiency using vector instructions, cache coherence and parallelism. Learn more