Skip to content

Wheest/libsimdpp_cmake_mwe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMD CMake Dynamic Dispatch MWE

A minimum working example using the libsimdpp SIMD library, and the CMake build system. It attempts to follow the dynamic dispatch example in the docs.

This repository uses git submodules, thus to build the repo, and run the example:

git clone --recurse-submodules https://github.com/Wheest/libsimdpp_cmake_mwe
mkdir -p libsimdpp_cmake_mwe/_build
cd libsimdpp_cmake_mwe/_build
cmake ..
make
./test

As it stands, the repo fails with error:

main.cpp:(.text+0x5): undefined reference to `print_arch()'

The CMake config does have the header file available to main.cpp, so it is unclear what the issue is. The same code builds in the Makefile example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published