octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59149] [octave forge] (signal) Resampling fro


From: anonymous
Subject: [Octave-bug-tracker] [bug #59149] [octave forge] (signal) Resampling from 22050 to 48000 Hz introduces strange and unexpected artifacts
Date: Thu, 24 Sep 2020 10:56:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0

Follow-up Comment #30, bug #59149 (project octave):

And here's some fun stuff just to make life more interesting!


$ g++ test.cpp && ./a.out 
Unequal
$ g++ test.cpp -ffast-math && ./a.out 
Equal
$ clang++ test.cpp && ./a.out 
Unequal
$ clang++ test.cpp -ffast-math && ./a.out 
Unequal


That was with g++ 10.2.0 and clang++ 10.0.1.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59149>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]