This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 7ee8c3b0 Support C++14 as a default in Clang new 74f9143c test-suite: add cpu features detection in configuration new b13b59a4 test-suite: add cpu architecture detection in cmake configuration
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 4 + Makefile.config.in | 19 + autoconf/configure.ac | 7 + autoconf/m4/get_cpu_target.m4 | 61 + cmake/modules/DetectArchitecture.cmake | 32 +- cmake/modules/DetectX86CPUArchitecture.c | 137 +++ configure | 1799 +++++++++++++++++++++++++++++- 7 files changed, 2033 insertions(+), 26 deletions(-) create mode 100644 autoconf/m4/get_cpu_target.m4 create mode 100644 cmake/modules/DetectX86CPUArchitecture.c