You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from MindMeldModular/src/MixMaster/AuxExpander.cpp:9:
In file included from MindMeldModular/src/MixMaster/MixerWidgets.hpp:11:
In file included from MindMeldModular/src/MixMaster/MixerMenus.hpp:10:
In file included from MindMeldModular/src/MixMaster/MixerCommon.hpp:10:
In file included from MindMeldModular/src/MixMaster/../MindMeldModular.hpp:10:
In file included from /usr/ports/audio/cardinal/work/cardinal-24.12/src/Rack/include/rack.hpp:22:
In file included from /usr/ports/audio/cardinal/work/cardinal-24.12/include/common.hpp:31:
In file included from /usr/ports/audio/cardinal/work/cardinal-24.12/src/Rack/include/common.hpp:10:
In file included from /usr/include/c++/v1/cmath:316:
In file included from /usr/include/c++/v1/__math/hypot.h:15:
In file included from /usr/include/c++/v1/__math/exponential_functions.h:17:
/usr/include/c++/v1/__type_traits/promote.h:32:3: error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value'
static_assert((is_arithmetic<_Args>::value && ...));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/complex:1110:47: note: in instantiation of template class 'std::__promote<rack::simd::Vector<float, 4>, int>' requested here
inline _LIBCPP_HIDE_FROM_ABI complex<typename __promote<_Tp, _Up>::type> pow(const complex<_Tp>& __x, const _Up& __y) {
^
MindMeldModular/src/MixMaster/AuxExpander.cpp:612:19: note: while substituting deduced template arguments into function template 'pow' [with _Tp = rack::simd::Vector<float, 4>, _Up = int, $2 = (no value)]
globalSends = simd::pow<simd::float_4>(globalSends, GlobalConst::globalAuxSendScalingExponent);
^
Compiling MindMeldModular/src/PatchSet/PatchMaster.cpp
Compiling MindMeldModular/src/PatchSet/PatchMasterBlank.cpp
Compiling MindMeldModular/src/PatchSet/RouteMaster.cpp
1 error generated.
clang-15, clang-18
The text was updated successfully, but these errors were encountered:
Version
24.12
Plugin type
Native / JACK
OS
FreeBSD 14.2
DAW / Host (if applicable)
No response
Description
clang-15, clang-18
The text was updated successfully, but these errors were encountered: