clang's assembler now supports 64-suffixed versions of the
authorguenther <guenther@openbsd.org>
Tue, 25 May 2021 17:07:55 +0000 (17:07 +0000)
committerguenther <guenther@openbsd.org>
Tue, 25 May 2021 17:07:55 +0000 (17:07 +0000)
commitae97d4fc33757e485cab859a8eabf542aaa6542b
treec90cccfe5f406b7ebe40a4232e7c707c42a51d36
parentf9a87ca699b091bcf816a107ab66f59f69ee1bb1
clang's assembler now supports 64-suffixed versions of the
fxsave/xsave/fxrstor/xrstor family of instructions.  Use them
directly instead of inserting the 0x48 prefix manually.

ok kettenis@ deraadt@
sys/arch/amd64/amd64/locore.S