mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
With clang 13.0.0, and Apple clang version 13.1.6 (clang-1316.0.21.2),
the following code fails to compile with `-std=c++20 -O3 -msse3`:
#include <immintrin.h>
auto test (__m128 a)
{
return _mm_hadd_ps (_mm_hadd_ps (a, a), a);
}
|
||
|---|---|---|
| .. | ||
| containers | ||
| filter_design | ||
| frequency | ||
| maths | ||
| native | ||
| processors | ||
| widgets | ||
| juce_dsp.cpp | ||
| juce_dsp.h | ||
| juce_dsp.mm | ||