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

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

Autoconf Archive branch, master, updated. v2013.06.09-5-g3551eeb


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2013.06.09-5-g3551eeb
Date: Sun, 7 Jul 2013 07:00:13 +0200

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 "Autoconf Archive".

The branch, master has been updated
       via  3551eeb56bcb7a79b348ad1d175004d6d34cfafb (commit)
      from  77a22a2f1d82c72635466db6f471a9bb4438b8da (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 3551eeb56bcb7a79b348ad1d175004d6d34cfafb
Author: Michael Petch <address@hidden>
Date:   Sat Jul 6 11:34:07 2013 +0200

    AX_EXT: determine if the OS actually supports AVX
    
    AX_EXT checks for different SIMD variants on a CPU. It checks for AVX, but
    doesn't go far enough to actually be useful in some cases. It is possible 
to be
    on a CPU with AVX support and the OS doesn't support it. We should be 
checking
    that such support exists. This is via an additional check of cpuinfo's ECX
    register bit 27. Then one needs to call xgetbv and if EAX&0b110 = 0b110 then
    AVX is supported by the CPU and OS.
    
    Further details are at <http://savannah.gnu.org/patch/?8084>.

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

Summary of changes:
 NEWS                                               |    4 ++
 m4/ax_ext.m4                                       |   53 ++++++++++++++-----
 ...x_gcc_x86_cpuid.m4 => ax_gcc_x86_avx_xgetbv.m4} |   54 ++++++++++----------
 3 files changed, 70 insertions(+), 41 deletions(-)
 copy m4/{ax_gcc_x86_cpuid.m4 => ax_gcc_x86_avx_xgetbv.m4} (57%)


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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