aboutsummaryrefslogtreecommitdiff
path: root/ports/xsimd/PatchHeaderIncludeGuard.patch
AgeCommit message (Collapse)Author
2019-02-15[xtensor] Upgrade xtensor, xsimd, and xtl (#5338)zhihaoy
One patch down, accepted by upstream.
2019-01-26[xsimd] Add new port (#5194)myd7349
* [xsimd] Add new port * Add a header include guard to xsimd's algorithm.hpp algorithm.hpp is not guarded by a header include guard, which can cause difficulty for users. xhihaoy asked that we be sure to include this patch because it caused a lot of pain.