Skip to content
forked from noxo/sse2neon

Automatically exported from code.google.com/p/sse2neon

Notifications You must be signed in to change notification settings

hset911/sse2neon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sse2neon

Automatically exported from code.google.com/p/sse2neon

This is an open source project that provides a single header file that translates a subset of the SSE intrinsics API to the corresponding equivalent versions for ARM NEON.

Some important notes.

This header file does not convert the entire SSE API; only a subset of functions that I personally needed for a specific porting project I am working on.

If you want to add more support, please let me know, and I will add you as a contributor to this project.

This current (initial) version is not finished. Some methods do not yet map from SSE to NEON; so instead a C implementation is stubbed in for those routines. You can find the ones which do not map one to by by searching for 'TODO' in the header file.

I have provided a build configurations for Visual Studio, but I have not provided one for Android; as the Android setup is rather involved. Simply add the source files to your own Android project to test.

About

Automatically exported from code.google.com/p/sse2neon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%