Skip to content
Snippets Groups Projects
user avatar
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
History
Name Last commit Last update
..
as-gcc-inline-assembly.m4