Skip to content

Commit

Permalink
audio/madronalib: Mark as broken on arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelUrankar committed Sep 24, 2021
1 parent 37e68eb commit 27bc03d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions audio/madronalib/Makefile
Expand Up @@ -10,6 +10,9 @@ COMMENT= C++ framework for DSP applications

LICENSE= MIT

BROKEN_aarch64= fails to build: error: unknown type name '__m128'
BROKEN_armv6= fails to build: error: unknown type name '__m128'
BROKEN_armv7= fails to build: error: unknown type name '__m128'
BROKEN_i386= error: always_inline function '_mm_load_ps' requires target feature 'sse', but would be inlined into function 'add' that is compiled without support for 'sse'

LIB_DEPENDS= libjack.so:audio/jack
Expand Down

0 comments on commit 27bc03d

Please sign in to comment.