configure.ac: Detect if running on POWER8 arch
authorOded Gabbay <oded.gabbay@gmail.com>
Thu, 3 Dec 2015 07:11:04 +0000 (09:11 +0200)
committerOded Gabbay <oded.gabbay@gmail.com>
Wed, 6 Jan 2016 12:54:16 +0000 (14:54 +0200)
commitafe88f66a8a9cf3c6bf6ea5d3e00589c22219c30
tree243d50cd20e5f2caf29ed19a3436d34d0a618de2
parent7295f4fcc2b2dd1bc6a8d1d834774b8152a029cf
configure.ac: Detect if running on POWER8 arch

To determine if we could use special POWER8 assembly directives, we first
need to detect whether we are running on POWER8 architecture. This patch
adds this detection to configure.ac and adds the necessary compilation
flags accordingly.

v2:

- Add option to disable POWER8 instructions generation
- Detect whether building on BE or LE machine and build with
  -mpower8-vector only on LE machine
- Make the printed messages more standard

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
configure.ac