Skip to content

Instantly share code, notes, and snippets.

View enfiskutensykkel's full-sized avatar

Jonas Markussen enfiskutensykkel

View GitHub Profile
@enfiskutensykkel
enfiskutensykkel / simd_shift.c
Created November 28, 2017 12:06
Shift array using SSE intrinsics
#include <tmmintrin.h>
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <time.h>
static uint64_t current_time()
{
struct timespec ts;