From 5eec04a43e6c562e956353449be931dd43dfe1cc Mon Sep 17 00:00:00 2001
From: Werner Koch <wk@gnupg.org>
Date: Tue, 2 Sep 2014 09:25:20 +0200
Subject: [PATCH] asm: Allow building x86 and amd64 using old compilers.
- src/hwf-x86.c (get_xgetbv): Build only if AVX support is enabled. --
Old as(1) versions do not support the xgetvb instruction. Thus build
this function only if asm support has been requested.
GnuPG-bug-id: 1708
src/hwf-x86.c | 4 ++++
1 file changed, 4 insertions(+)
1.8.4.3