Skip to content

Commit

Permalink
Remove dead comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 30, 2023
1 parent b29ec6d commit 467fae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors/drive/GuitarMLAmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down

0 comments on commit 467fae3

Please sign in to comment.