1
1
George Bosilca fcf2766a03
AVX code generation improvements
1. Allow fallback to a lesser AVX support during make

Due to the fact that some distro restrict the compiule architecture
during make (while not setting any restrictions during configure) we
need to detect the target architecture also during make in order to
restrict the code we generate.

2. Add comments and better protect the arch specific code.

Identify all the vectorial functions used and clasify them according to
the neccesary hardware capabilities.
Use these requirements to protect the code for load and stores (the rest
of the code being automatically generated it is more difficult to
protect).

3. Correctly check for AVX* support.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2021-01-04 13:43:18 -05:00
..
2020-11-14 07:20:30 -08:00
2020-11-14 07:20:30 -08:00
2020-03-27 10:15:45 -06:00
2021-01-04 13:43:18 -05:00
2020-02-07 18:20:06 -08:00
2020-04-22 12:46:27 -07:00
2020-11-14 07:20:30 -08:00