_mm_clflush

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void _mm_clflush(const(void)* p)
  2. alias _mm_clflush = __builtin_ia32_clflush
  3. void _mm_clflush(const(void)* p)
    version(!LDC)
    nothrow @nogc pure @safe
    static if(!(GDC_with_SSE2))
    void
    _mm_clflush
    (
    const(void)* p
    )

Meta