[xiph-cvs] cvs commit: speex configure.in

Jean-Marc Valin jm at xiph.org
Mon Nov 10 16:19:46 PST 2003



jm          03/11/10 19:19:46

  Modified:    .        configure.in
  Log:
  fixed-point: Defined fused multiply-add operators and some ARM assembly to
  use it.

Revision  Changes    Path
1.56      +1 -0      speex/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- configure.in	9 Oct 2003 06:51:02 -0000	1.55
+++ configure.in	11 Nov 2003 00:19:45 -0000	1.56
@@ -55,6 +55,7 @@
 
 AC_ARG_ENABLE(sse, [  --enable-sse             enable SSE support], [if test "$enableval" = yes; then AC_DEFINE(_USE_SSE) fi])
 AC_ARG_ENABLE(fixed-point, [  --enable-fixed-point             compile as fixed-point], [if test "$enableval" = yes; then AC_DEFINE(FIXED_POINT) fi])
+AC_ARG_ENABLE(arm-asm, [  --enable-arm-asm             make use of ARM assembly instructions], [if test "$enableval" = yes; then AC_DEFINE(ARM_ASM) fi])
 
 AC_ARG_ENABLE(epic-48k, [  --enable-epic-48k             enable support for epic 4.8 kbps mode], [if test "$enableval" = yes; then AC_DEFINE(EPIC_48K) fi])
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list