From 467fae3c8b757da3b0351b7817bdf3c8716a5ec3 Mon Sep 17 00:00:00 2001 From: jatin Date: Sun, 30 Jul 2023 13:37:35 -0700 Subject: [PATCH] Remove dead comment --- src/processors/drive/GuitarMLAmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processors/drive/GuitarMLAmp.cpp b/src/processors/drive/GuitarMLAmp.cpp index 1ef3bb5b..16fb631a 100644 --- a/src/processors/drive/GuitarMLAmp.cpp +++ b/src/processors/drive/GuitarMLAmp.cpp @@ -42,7 +42,7 @@ GuitarMLAmp::GuitarMLAmp (UndoManager* um) : BaseProcessor ("GuitarML", createPa uiOptions.info.authors = StringArray { "Keith Bloemer", "Jatin Chowdhury" }; uiOptions.info.infoLink = "https://guitarml.com"; -#if 0 // JUCE_INTEL +#if JUCE_INTEL if (juce::SystemStats::hasAVX() && juce::SystemStats::hasFMA3()) { juce::Logger::writeToLog ("Using RNN model with AVX SIMD instructions!");