SIMD Implementation of Raylib's API
Go to file
doyle 856ee2a627 Put lane shuffle data into reusable function, prep for writing to 3bpp dest 2020-07-09 22:41:44 +10:00
LICENSE Initial commit 2020-07-04 13:54:11 +10:00
README.md Initial commit 2020-07-04 13:54:11 +10:00
RaylibSIMD.h Put lane shuffle data into reusable function, prep for writing to 3bpp dest 2020-07-09 22:41:44 +10:00

README.md

RaylibSIMD

Toy re-implementations of some of the software image routines in Raylib using the SSE instruction set for my learning purposes.

To test it out, copy RaylibSIMD.h into Raylib's folder and in textures.c after all the file includes, include and enable the single header file.

#define RAYLIB_SIMD_IMPLEMENTATION
#include "RaylibSIMD.h"