[Numpy-svn] [numpy/numpy] d5e128: BLD: Remove Intel compiler flag -xSSE4.2

GitHub noreply at github.com
Sun May 22 13:22:19 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: d5e128c331a2ab404821e744f826da3f840733da
      https://github.com/numpy/numpy/commit/d5e128c331a2ab404821e744f826da3f840733da
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
    M numpy/distutils/fcompiler/intel.py
    M numpy/distutils/intelccompiler.py

  Log Message:
  -----------
  BLD: Remove Intel compiler flag -xSSE4.2

The consensus seems to be that hardcoding SSE4.2 results in poor code
for architectures lacking the feature.

Closes #7287.


  Commit: 25e3ebf4def51b290f544fb0bc7f6d8eb5c04b85
      https://github.com/numpy/numpy/commit/25e3ebf4def51b290f544fb0bc7f6d8eb5c04b85
  Author: Ralf Gommers <ralf.gommers at gmail.com>
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
    M numpy/distutils/fcompiler/intel.py
    M numpy/distutils/intelccompiler.py

  Log Message:
  -----------
  Merge pull request #7655 from charris/intel-compiler-flags

BLD: Remove Intel compiler flag -xSSE4.2


Compare: https://github.com/numpy/numpy/compare/6ce33a18a62f...25e3ebf4def5


More information about the Numpy-svn mailing list