/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 720 by senkov, Sun Jul 24 18:22:56 2005 UTC revision 726 by schoenebeck, Mon Jul 25 15:13:59 2005 UTC
# Line 725  if test "$config_unsigned_triang_algo" = Line 725  if test "$config_unsigned_triang_algo" =
725          config_unsigned_triang_algo="diharmonic"          config_unsigned_triang_algo="diharmonic"
726          echo "di harmonics"          echo "di harmonics"
727      elif test "$triang_unsigned" = "5"; then      elif test "$triang_unsigned" = "5"; then
728          config_signed_triang_algo="intmathabs"          config_unsigned_triang_algo="intmathabs"
729          echo "integer math using abs()"          echo "integer math using abs()"
730      else      else
731          echo "Benchmark of unsigned triangular wave algorithms failed!"          echo "Benchmark of unsigned triangular wave algorithms failed!"

Legend:
Removed from v.720  
changed lines
  Added in v.726

  ViewVC Help
Powered by ViewVC