Skip to content
/ pal Public

yet another simd library. This focuses on providing both accurate and fast versions of functions

License

Notifications You must be signed in to change notification settings

kdt3rd/pal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAL

The Parallel Acceleration Library (pal) is a collection of types, classes and utility templates and wrappers.

This is a header-only library, and should be compatible with clang, gcc, icc, msvc. Only gcc and clang have received heavy testing. Other compilers should work if they support C++11, although if the SIMD intrinsics are somehow named different for x86, then there may be more work and updating common/compiler.h

test programs have been provided that can be used to examine how well the library works as well as examples of use beyond the developer documentation.

About

yet another simd library. This focuses on providing both accurate and fast versions of functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages