Skip to content

Migrate recursive template instantiations - #1398

Open
AntoinePrv wants to merge 3 commits into
xtensor-stack:masterfrom
AntoinePrv:rec-template-17
Open

Migrate recursive template instantiations#1398
AntoinePrv wants to merge 3 commits into
xtensor-stack:masterfrom
AntoinePrv:rec-template-17

Conversation

@AntoinePrv

Copy link
Copy Markdown
Contributor

No description provided.

@AntoinePrv

Copy link
Copy Markdown
Contributor Author

@serge-sans-paille any objection here?

Comment thread include/xsimd/arch/xsimd_avx512f.hpp Outdated
Comment thread include/xsimd/arch/xsimd_avx512vl_128.hpp Outdated
Comment thread include/xsimd/arch/xsimd_avx512vl_256.hpp Outdated
static XSIMD_INLINE void for_each(F&& f) noexcept
{
(void)std::initializer_list<bool> { (f(Archs {}), true)... };
(f(Archs {}), ...);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how ugly (but less then the previous expression, so OK, of course)

Comment thread include/xsimd/utils/bits.hpp Outdated
@AntoinePrv
AntoinePrv force-pushed the rec-template-17 branch 3 times, most recently from 7c26b50 to 49eac0e Compare August 10, 2026 08:36

@serge-sans-paille serge-sans-paille left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking my comments into account 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants