Issue 53085
Summary [PowerPC] Trying to use SSE translation results in header error
Labels new issue
Assignees
Reporter pkubaj
    powerpc64le architecture
FreeBSD 13.0-RELEASE
LLVM 14.0.d20220104 from devel/llvm-devel port

Trying to build any software using SSE results in header error:
```
In file included from /usr/local/llvm-devel/lib/clang/14.0.0/include/ppc_wrappers/emmintrin.h:43:
In file included from /usr/local/llvm-devel/lib/clang/14.0.0/include/ppc_wrappers/xmmintrin.h:60:
/usr/local/llvm-devel/lib/clang/14.0.0/include/ppc_wrappers/mm_malloc.h:22:16: error: exception specification in declaration does not match previous declaration
extern "C" int posix_memalign (void **, size_t, size_t) throw ();
               ^
/usr/include/stdlib.h:183:6: note: previous declaration is here
int      posix_memalign(void **, size_t, size_t); /* (ADV) */
         ^
1 error generated.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to