logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

HAVE__MM_CLMULEPI64_SI128 (144B)


  1. #include <immintrin.h>
  2. static __m128i x, y;
  3. __attribute__((__target__("pclmul")))
  4. int main(void) {
  5. _mm_clmulepi64_si128(x, y, 0);
  6. return 0;
  7. }