From 5e268097917825ddaa00a86ee95a4a6c4f50124b Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Thu, 12 Jan 2023 22:20:53 +0000 Subject: Add FFT2d and RFFT2d serialization support Signed-off-by: Luke Hutton Change-Id: I79b3684ae1cf24e71ec7098ed7db5be5bc2f6fb2 --- include/attribute.def | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/attribute.def') diff --git a/include/attribute.def b/include/attribute.def index 121bd89..86361a4 100644 --- a/include/attribute.def +++ b/include/attribute.def @@ -127,3 +127,6 @@ DEF_ATTRIBUTE(Custom, 3, string, S, identifier, string, S, config, uint8_t, V, implementation_attrs) + +DEF_ATTRIBUTE(FFT, 1, + bool, S, inverse) -- cgit v1.2.1