Skip to content

Commit

Permalink
Build on Linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiguiere committed Dec 17, 2021
1 parent 92641a3 commit 37ec851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSP/SIMD/chowdsp_SIMDUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Based on: https://forum.juce.com/t/divide-by-simdregister/28968/18
}

// Template specializations for NEON double precision
#if (! CHOWDSP_USE_CUSTOM_JUCE_DSP) && (defined(_M_ARM64) || defined(__arm64__) || defined(__aarch64__))
#if ( CHOWDSP_USE_CUSTOM_JUCE_DSP) && (defined(_M_ARM64) || defined(__arm64__) || defined(__aarch64__))
// We need to specialize the double versions of the functions
/** SIMD implementation of std::exp */
template <>
Expand Down

0 comments on commit 37ec851

Please sign in to comment.