[Numpy-svn] [numpy/numpy] 5478aa: BLD: add check for C99 restrict keyword

GitHub noreply at github.com
Mon Sep 29 20:53:33 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 5478aafee86af3447b230ede93738cca876844b1
      https://github.com/numpy/numpy/commit/5478aafee86af3447b230ede93738cca876844b1
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M numpy/core/setup.py
    M numpy/distutils/command/autodist.py
    M numpy/distutils/command/config.py

  Log Message:
  -----------
  BLD: add check for C99 restrict keyword

Define it as NPY_RESTRICT
Restrict indicates a memory block does not alias, gcc supports it in c89
with the __restrict__ keyword.


  Commit: 5eb6e36394070d3c885fa1d69efae945fb3baa9d
      https://github.com/numpy/numpy/commit/5eb6e36394070d3c885fa1d69efae945fb3baa9d
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M numpy/core/setup.py
    M numpy/distutils/command/autodist.py
    M numpy/distutils/command/config.py

  Log Message:
  -----------
  Merge pull request #5137 from juliantaylor/restrict

BLD: add check for C99 restrict keyword


Compare: https://github.com/numpy/numpy/compare/8521e280e7e5...5eb6e3639407


More information about the Numpy-svn mailing list