Displaying 2 results from an estimated 2 matches for "7ec9a5c6".
Did you mean:
75c9a5c7
2017 May 31
4
Opus floating-point NEON jump table question
Hi,
./configure --build x86_64-unknown-linux-gnu --host arm-linux-gnueabihf
--disable-assertions --disable-check-asm --enable-intrinsics CFLAGS=-O3
--disable-shared
When configuring with floating-point and intrinsics enabled as above, the
generated config.h only has OPUS_ARM_MAY_HAVE_NEON_INTR defined (to 1), with
/* #undef OPUS_ARM_ASM */
/* #undef OPUS_ARM_INLINE_ASM */
/* #undef
2017 Jun 01
2
Opus floating-point NEON jump table question
...;
> So long as OPUS_ARM_MAY_HAVE_NEON_INTR and OPUS_HAVE_RTCD are set in
> config.h, it’ll pick up those functions, and check for them using RTCD.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170601/7ec9a5c6/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enable_arm_floating_intrinsics.patch
Type: text/x-patch
Size: 962 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170601/7ec9a5c6/attachment-0001.bin>...