Maratyszcza / psimd

Portable 128-bit SIMD intrinsics
MIT License
55 stars 32 forks source link

cmake: support find_package(psimd) #5

Open ConnorBaker opened 1 year ago

ConnorBaker commented 1 year ago

Adds a CMake configuration file to make it possible for CMake-based projects to use find_package to consume this library.

ConnorBaker commented 1 year ago

@Maratyszcza if you have the time, would you mind reviewing this?