hwf-x86: remove unused HWF_INTEL_FAST_VPGATHER
* cipher/twofish-avx2-amd64.S (RNOT): Update comment on usage of this register macro. * doc/gcrypt.texi: Remove 'intel-fast-vpgather'. * src/g10lib.h (HWF_INTEL_FAST_VPGATHER): Remove. (HWF_INTEL_RDTSC, HWF_INTEL_SHAEXT, HWF_INTEL_VAES_VPCLMUL, HWF_INTEL_AVX512) (HWF_INTEL_GFNI): Shift bit position to close the gap left by FAST_VPGATHER removal. * src/hwf-x86.c (detect_x86_gnuc): Remove HWF_INTEL_FAST_VPGATHER detection. * src/hwfeatures.c (hwflist): Remove 'intel-fast-vpgather'.
- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>