URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99d8c1cce54c656001037a1d805fa968b125794a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
99d8c1c by AndersBroman (anders.broman@xxxxxxxxxxxx):
Add macros to make it possible to define HAVE_SSE4_2
Change-Id: I63ecfde72f33350d15c430da71fa11ac4923a121
Reviewed-on: https://code.wireshark.org/review/2109
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from e7fbf05 3GPP NAS: add dissection of MSISDN in PCO
adds 99d8c1c Add macros to make it possible to define HAVE_SSE4_2
Summary of changes:
aclocal-fallback/ax_check_compile_flag.m4 | 75 ++++++++++
aclocal-fallback/ax_ext.m4 | 222 +++++++++++++++++++++++++++++
aclocal-fallback/ax_gcc_x86_avx_xgetbv.m4 | 80 +++++++++++
aclocal-fallback/ax_gcc_x86_cpuid.m4 | 80 +++++++++++
4 files changed, 457 insertions(+)
create mode 100644 aclocal-fallback/ax_check_compile_flag.m4
create mode 100644 aclocal-fallback/ax_ext.m4
create mode 100644 aclocal-fallback/ax_gcc_x86_avx_xgetbv.m4
create mode 100644 aclocal-fallback/ax_gcc_x86_cpuid.m4