autoconf-archive-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Autoconf Archive branch master updated. v2016.03.20-8-g668191f


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2016.03.20-8-g668191f
Date: Tue, 22 Mar 2016 08:38:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf Archive".

The branch, master has been updated
       via  668191ff6e91fb91811afbdfcba1877137d3b064 (commit)
       via  d0f7b902af1d105b8b9eca7e0b26f3b1546c46ff (commit)
       via  43f334589d166f5590f4ce394939cf6abbac3478 (commit)
       via  0351b066631215b4fdc3c672a8ef90b233687655 (commit)
      from  08fb201adab1606bae537410955e75ebbdc4bd37 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 668191ff6e91fb91811afbdfcba1877137d3b064
Merge: d0f7b90 43f3345
Author: Peter Simons <address@hidden>
Date:   Tue Mar 22 09:37:18 2016 +0100

    Merge pull request #70 from dryman/x86_cpu_support
    
    macros for X86 instruction set tests

commit d0f7b902af1d105b8b9eca7e0b26f3b1546c46ff
Merge: 08fb201 0351b06
Author: Peter Simons <address@hidden>
Date:   Tue Mar 22 09:36:38 2016 +0100

    Merge pull request #69 from SoapGentoo/modernize-ncurses
    
    AX_WITH_CURSES: Enable pkg-config support

commit 43f334589d166f5590f4ce394939cf6abbac3478
Author: dryman <address@hidden>
Date:   Mon Mar 21 19:54:49 2016 -0700

    macros for X86 instruction set tests
    
    Added two macros: ax_check_x86_features.m4, and ax_gcc_x86_cpu_supports.m4
    
    It checks if the host cpu supports various instruction set: mmx, sse, 
popcnt,
    avx, avx2, etc. If the instruction were supported, it would export
    HAVE_XXX_INSTRUCTIONS C preprocessor macros and add the instruction set 
flag to
    X86_FEATURES_CFLAGS variable. By default it would also set CFLAGS, but this 
can
    be disabled by the ACTION-IF-FOUND hook.

commit 0351b066631215b4fdc3c672a8ef90b233687655
Author: David Seifert <address@hidden>
Date:   Mon Mar 21 23:03:53 2016 +0100

    AX_WITH_CURSES: Enable pkg-config support, fallback now requires -ltinfo 
for ncurses 6

-----------------------------------------------------------------------

Summary of changes:
 m4/ax_check_x86_features.m4   |   77 ++++++++++++++++++++++++++++
 m4/ax_gcc_x86_cpu_supports.m4 |  104 ++++++++++++++++++++++++++++++++++++++
 m4/ax_with_curses.m4          |  112 +++++++++++++++++++++++++++++++----------
 3 files changed, 267 insertions(+), 26 deletions(-)
 create mode 100644 m4/ax_check_x86_features.m4
 create mode 100644 m4/ax_gcc_x86_cpu_supports.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]