From fe5ce57e9acf7286e47b28a6402a4f4d056ed2a8 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 18 Jun 2019 03:41:40 -0400 Subject: [PATCH] Fix comment for removal of current defaults. --- embeddedcommon/DFT32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/embeddedcommon/DFT32.h b/embeddedcommon/DFT32.h index d7c1777..20d7095 100644 --- a/embeddedcommon/DFT32.h +++ b/embeddedcommon/DFT32.h @@ -25,6 +25,7 @@ // sum squares and approx sqrt #ifndef APPROXNORM //XXX CNL: BBKiwi added this feature but it seems to break stuff. +//For now, the correct behavior should be to default without approxnorm. //#define APPROXNORM 1 #endif