<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/ccompiler_opt.py, branch v1.20.3</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BLD: Add extra check for AVX512DQ mask conversions</title>
<updated>2021-01-10T14:53:16+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-01-05T06:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=49cc6fb68e97c26a99417f48cdf82b15e42dcd4e'/>
<id>49cc6fb68e97c26a99417f48cdf82b15e42dcd4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, BLD: few tweaks in the comments and log message</title>
<updated>2021-01-03T18:53:19+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-01-02T06:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45177eaa3d2a2823bb19b2aa46486e2e1caa7c11'/>
<id>45177eaa3d2a2823bb19b2aa46486e2e1caa7c11</id>
<content type='text'>
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;
Co-authored-by: h-vetinari &lt;h.vetinari@gmx.com&gt;
Co-authored-by: Derek Homeier &lt;dhomeie@gwdg.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;
Co-authored-by: h-vetinari &lt;h.vetinari@gmx.com&gt;
Co-authored-by: Derek Homeier &lt;dhomeie@gwdg.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, BLD: Generate the main dispatcher config header into the build dir</title>
<updated>2021-01-03T18:52:44+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-12-30T10:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9406bce00576ba60128b08324fa8a2ad69458e41'/>
<id>9406bce00576ba60128b08324fa8a2ad69458e41</id>
<content type='text'>
  The new path becomes `build/src.*/numpy/distutils/include/npy_cpu_dispatch_config.h`
  instead of `numpy/core/src/common/_cpu_dispatch.h`.

  The new path allows other projects to re-use the CPU dispatcher
  once we decide to expose the following headers:
    - `numpy/core/src/common/npy_cpu_dispatch.h`
    - `numpy/core/src/common/npy_cpu_features.h`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The new path becomes `build/src.*/numpy/distutils/include/npy_cpu_dispatch_config.h`
  instead of `numpy/core/src/common/_cpu_dispatch.h`.

  The new path allows other projects to re-use the CPU dispatcher
  once we decide to expose the following headers:
    - `numpy/core/src/common/npy_cpu_dispatch.h`
    - `numpy/core/src/common/npy_cpu_features.h`
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, MAINT: add platform info to the final optimization report</title>
<updated>2020-12-23T23:02:24+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-12-20T02:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5fd929148d9edc651782e397ded0598e24a74027'/>
<id>5fd929148d9edc651782e397ded0598e24a74027</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, BUG: Fix detecting aarch64 on macOS</title>
<updated>2020-12-23T23:02:11+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-12-15T06:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e637f31ebafe36c56b0eadf389787ba4a077d298'/>
<id>e637f31ebafe36c56b0eadf389787ba4a077d298</id>
<content type='text'>
Co-authored-by: h-vetinari &lt;h.vetinari@gmx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: h-vetinari &lt;h.vetinari@gmx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, BLD: fix multi-target name in `CCompilerOpt`'s report</title>
<updated>2020-10-27T11:46:58+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-10-15T20:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d54a45b28fdaad24eedf8a2ffee19d9afc7f2e69'/>
<id>d54a45b28fdaad24eedf8a2ffee19d9afc7f2e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17250 from albertvillanova/fix-docstring</title>
<updated>2020-09-10T20:36:07+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-09-10T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7e9d603664edc756f555fecf8649bf888a46d47c'/>
<id>7e9d603664edc756f555fecf8649bf888a46d47c</id>
<content type='text'>
DOC: Fix docstring cross-referencing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Fix docstring cross-referencing</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring cross-referencing</title>
<updated>2020-09-04T18:23:42+00:00</updated>
<author>
<name>Albert Villanova del Moral</name>
<email>8515462+albertvillanova@users.noreply.github.com</email>
</author>
<published>2020-09-04T18:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8599fe0abc88f584ee45b54654833cdccefc3cd0'/>
<id>8599fe0abc88f584ee45b54654833cdccefc3cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DIST: fix minor grammar errors in CCompilerOpt docstring(extra_checks)</title>
<updated>2020-09-03T09:26:11+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-09-03T09:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6138616f5dcb573056984597c99085faf5ae7fe7'/>
<id>6138616f5dcb573056984597c99085faf5ae7fe7</id>
<content type='text'>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Check for reduce intrinsics and AVX512BW mask operations</title>
<updated>2020-08-26T11:22:30+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-08-21T15:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5281f86f386e530b10131193f3a7d5f338d8daaa'/>
<id>5281f86f386e530b10131193f3a7d5f338d8daaa</id>
<content type='text'>
  - Extending Distutils::CompilerOpt to allow adding extra separate test cases
    related to a certain CPU feature without affecting its availability.

  - Add test cases for reduce intrinsics and AVX512BW mask operations, they can be
    reached through C #defentions NPY_HAVE_AVX512BW_MASK and NPY_HAVE_AVX512F_REDUCE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Extending Distutils::CompilerOpt to allow adding extra separate test cases
    related to a certain CPU feature without affecting its availability.

  - Add test cases for reduce intrinsics and AVX512BW mask operations, they can be
    reached through C #defentions NPY_HAVE_AVX512BW_MASK and NPY_HAVE_AVX512F_REDUCE.
</pre>
</div>
</content>
</entry>
</feed>
