_mm256_set_epi64x

Undocumented in source. Be warned that the author may not have intended to support it.
  1. __m256i _mm256_set_epi64x(long a, long b, long c, long d)
  2. __m256i _mm256_set_epi64x(long a, long b, long c, long d)
  3. __m256i _mm256_set_epi64x(long a, long b, long c, long d)
    version(D_InlineAsm_X86_64)
    pure nothrow @trusted
    static if(BOTAN_HAS_THREEFISH_512_AVX2)
    _mm256_set_epi64x
    (
    long a
    ,
    long b
    ,
    long c
    ,
    long d
    )

Meta