x86-64, asm: If the assembler supports fxsave64, use it
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 13 Oct 2010 23:00:29 +0000 (16:00 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 13 Oct 2010 23:00:29 +0000 (16:00 -0700)
Kbuild allows for us to probe for the existence of specific constructs
in the assembler, use them to find out if we can use fxsave64 and
permit the compiler to generate better code.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found