Skip to content
Snippets Groups Projects
  1. Jun 04, 2013
    • Ron's avatar
      Test the compiler configuration, not the assembler · aa6a1a16
      Ron authored
      With gcc-4.4 at least, the raw asm.s files will always successfully
      compile even if the default -march for the compiler would not support
      those instructions.  So switch to testing the inline asm versions,
      where the compiler will barf if they aren't supported by the default
      arch if no -march is explicitly given, or if they aren't supported by
      the requested -march when it is.
      aa6a1a16
  2. May 28, 2013
  3. May 27, 2013
  4. May 26, 2013
  5. May 25, 2013
  6. May 24, 2013
  7. May 23, 2013
  8. May 22, 2013
Loading