Skip to content
Snippets Groups Projects
  1. Sep 06, 2013
  2. Dec 21, 2012
    • Ralph Giles's avatar
      Add float suffix to tansig_table literals. · 724385e2
      Ralph Giles authored
      This fixes a truncation warning in MSVC:
      
      warning C4305: 'initializing' : truncation from 'double' to
      'const opus_val16'.
      
      opus_val16 is a float in the floating point build and an
      int16 in the fixed-point build. The table isn't used in
      the fixed-point build, but the compiler would presumedly
      warn in that case as well.
      724385e2
  3. Sep 14, 2012
  4. Jul 13, 2012
Loading