[eigen-commits] commit/eigen: glchaves: Fix 256 bit packet size assumptions in unit tests. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: glchaves: Fix 256 bit packet size assumptions in unit tests.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Fri, 03 Aug 2018 08:13:02 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=6jxwLZLTGbLbnJJoanIBfcL6mzk=; b=xIYDB3Y6ywuvhKztYUHqKNT +hT8PYAp+tiHfjokov97s/LmNLvz2CcifvMEP4FDPyxV1nAFGgRG4ScBJ8khn/pK mhoQv+hloxiD3v2Wgd6dSkuKyhfcx9xqOSpnjeC3Frn53K18pXWhTiIi7sH9NuHm 7taFe30vMjyIJswu/ETU=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/f900795d858f/
Changeset: f900795d858f
User: glchaves
Date: 2018-08-02 22:55:36+00:00
Summary: Fix 256 bit packet size assumptions in unit tests.
Like in change 466992f93aba, we have hit the threshould again. With
AVX512 builds we would never have Vector8f packets aligned at 64
bytes (the new value of EIGEN_MAX_ALIGN_BYTES after change 90ab2a15dff4,
for AVX512-enabled builds).
This makes test/dynalloc.cpp pass for those builds.
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.