1. 17 May, 2013 1 commit
    • Michael Kostylev's avatar
      sparc: VIS mnemonics · 2768f7e4
      Michael Kostylev authored
      Currently, if VIS is enabled by configure, it will also be enabled at
      run-time regardless of its support in the hardware. Thus, masking VIS
      usage as it is done in vis.h by constructing binary instructions is
      pointless. Using normal VIS mnemonics in inline assembly allows to take
      advantage of automatic register allocation, gets rid of register
      variables, which are unsupported by suncc for SPARC, and improves code
      readability.
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      2768f7e4
  2. 16 May, 2013 1 commit
  3. 19 Apr, 2013 1 commit
  4. 19 Mar, 2011 1 commit
  5. 10 Mar, 2010 1 commit
  6. 09 Feb, 2009 1 commit
  7. 16 Oct, 2008 1 commit
    • Diego Pettenò's avatar
      Convert asm keyword into __asm__. · be449fca
      Diego Pettenò authored
      Neither the asm() nor the __asm__() keyword is part of the C99
      standard, but while GCC accepts the former in C89 syntax, it is not
      accepted in C99 unless GNU extensions are turned on (with -fasm). The
      latter form is accepted in any syntax as an extension (without
      requiring further command-line options).
      
      Sun Studio C99 compiler also does not accept asm() while accepting
      __asm__(), albeit reporting warnings that it's not valid C99 syntax.
      
      Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
      be449fca
  8. 31 Aug, 2008 1 commit
  9. 17 Apr, 2008 1 commit
  10. 17 Oct, 2007 1 commit
  11. 17 Jun, 2007 2 commits
  12. 11 Oct, 2006 1 commit
  13. 09 Oct, 2006 1 commit
  14. 07 Oct, 2006 1 commit
  15. 12 Jan, 2006 1 commit
  16. 22 Dec, 2005 1 commit
  17. 23 Apr, 2004 1 commit