From 3de5d62a055344e78dcd935b7dd9cfd57a224165 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 18 Jun 2019 03:39:35 -0400 Subject: [PATCH] remove default to APPROXNORM --- embeddedcommon/DFT32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embeddedcommon/DFT32.h b/embeddedcommon/DFT32.h index 31fa18d..d7c1777 100644 --- a/embeddedcommon/DFT32.h +++ b/embeddedcommon/DFT32.h @@ -24,7 +24,8 @@ // Will used simple approximation of norm rather than // sum squares and approx sqrt #ifndef APPROXNORM -#define APPROXNORM 1 +//XXX CNL: BBKiwi added this feature but it seems to break stuff. +//#define APPROXNORM 1 #endif #ifndef OCTAVES