Skip to content
Snippets Groups Projects
Unverified Commit 4fe4fb19 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1607 from psychocrypt/toipic-removeNotNeededDefine

remove definition of `_mm256_set_m128i`
parents 6087ae4f 8a52979c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ static inline uint64_t _umul128(uint64_t a, uint64_t b, uint64_t* hi)
*hi = r >> 64;
return (uint64_t)r;
}
#define _mm256_set_m128i(v0, v1) _mm256_insertf128_si256(_mm256_castsi128_si256(v1), (v0), 1)
#else
#include <intrin.h>
#endif // __GNUC__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment