Displaying 7 results from an estimated 7 matches for "m4f".
Did you mean:
14f
2017 Dec 28
0
opus optimization on Arm-cortex M4F
Hi:
currently, I am doing opus optimizing work on cortex-M4F(MT2523D), but it has little improvement, hope anyone can sync the work with me .
Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20171228/3bcfb77b/attachment.html>
2019 May 27
0
opus-1.3.1 patch for ARM Cortex-M4F (single precision)
The patch prevents KEIL MDK compile warnings, like:
warning: #1035-d: single-precision operand implicitly converted to
double-precision
Actually ARM Cortex-M4F has only a *single precision* (float) FPU.
It's suit for all platforms.
See the comment at the begin of patch file.
Sincerely
Forrest Zhang
-------------- next part --------------
Specify the floating point constant with single precision.
The patch changes the similar line A to B.
A: if (ana...
2010 Apr 19
4
Libvirt Compilation on MS Vista
Does a comprehensive set of instructions on how to compile Libvirt on a
Microsoft Vista platform exist? Has this ever been accomplished? I would
very much appreciate input from persons who can give me confidence that a
Windows client application can be developed on top of Libviet that connects
to a QEMU system on an Ubuntu server. The Libvirt Windows Support page
2013 Dec 03
0
[LLVMdev] Recent Commits by Tim Northover
On Dec 3, 2013, at 2:01 PM, Gary Fuehrer <gfuehrer at defiant-tech.com> wrote:
> Today I updated to trunk the toolchain for my work developing on Cortex-M4F. I was super excited to see three commits by Tim Northover that actually attempt to improve the machine code generation for my target, or any ARM target for that matter (as opposed to other important work on compiler correctness or architectural elegance or formatting comment white-space, I mean)....
2016 Jan 18
2
OPUS on Cortex-M4
Hi, I would like to use OPUS codec to compress and decompress an audio
stream for full-duplex intercom application; I would like to use a
microcontroller equipped with Cortex-M4 core without NEON running at 72MHz.
Does the OPUS codec works fine on that architecture? Do you have some
benchmark data?
Thank you in advance. Best regards.
Daniele
-------------- next part --------------
An HTML
2013 Dec 03
6
[LLVMdev] Recent Commits by Tim Northover
Today I updated to trunk the toolchain for my work developing on
Cortex-M4F. I was super excited to see three commits by Tim Northover
that actually attempt to improve the machine code generation for my
target, or any ARM target for that matter (as opposed to other important
work on compiler correctness or architectural elegance or formatting
comment white-space, I mea...
2017 Oct 18
4
Global stack on Cortex-M4
Hi all !
I just learned about the Opus codec and would like to try it out on my
NRF52 (Cortex-M4) target. I've been struggling a bit with the
"trival_example.c" setup but repeatedly run into "hard fault" crashes
when stepping through the code.
Firstly; for a "bare bone" configuration, does the following compiler
directives make sense ?
UDEFS =