SIMD in the SCL: A work in progress effort.

About SCL:

My work on the SCL is mainly about SIMD abstractions in C++, which you can find here: https://github.com/snutech-gh/scl/commit/fa4748e414e9494442f9bcde9c659d3951af19c0

Why?

I wanted to experiment and bring solutions to SIMD in the C++ library ecosystem. Thus my take with SCL.

What about OCL?

OCL is still going to be taken care of as well. Stay up to date for both on their updates!

Amlal.