Skip to content

joeldevahl/simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 - simple simd abstraction layer -

Compile by defining your compiler COMPILER_GCC or COMPILER_MSVC
and your instruction set: SIMD_NONE, SIMD_ALTIVEC, SIMD_SPU or SIMD_SEE.
For SSE, define SIMD_SSE to be the instruction set version you want to
compile for (SIMD_SSE=3).

This library is work in progress, any feedback and patches are welcome.

About

SIMD abstraction layer for sse, altivec and spu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published