From: Luke Kenneth Casson Leighton Date: Mon, 20 Jun 2022 15:29:19 +0000 (+0100) Subject: add DCT and FFT acronym X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bafa04fec98a9f11bfed6f468c53a80e514b6a5f;p=libreriscv.git add DCT and FFT acronym --- diff --git a/svp64-primer/acronyms.tex b/svp64-primer/acronyms.tex index cc665ec37..ad6a59d8f 100644 --- a/svp64-primer/acronyms.tex +++ b/svp64-primer/acronyms.tex @@ -3,6 +3,8 @@ \acro{CPU}{Central Processing Unit} \acro{ISA}{Instruction Set Architecture} \acro{DAXPY}{double-precision aX plus Y} + \acro{DCT}{Discrete Cosine Transform} + \acro{FFT}{Fast Fourier Transform} \acro{SIMD}{Single Instruction Multiple Data} \acro{SV}{(Scalable) Simple Vectorisation} \acro{SVP64}{Simple-V with Prefixing of Power ISA, 64-bits in length}