Skip to content

Draft: avx: Implement 8-bit interpolants for AVX

amyspark requested to merge amyspark/orc:amyspark/interpolations into main

Hey all,

This MR takes care of the last COMPILE FAILED warnings in the testsuite under AVX.

(The SSE version needs at least SSE4.1 to work, and I'm not sure if it can be done without non destructive syntax, while also not eating all the registers.)

@slomo mind verifying this with GStreamer?

I'm open to feedback!

Fixes #52

Edited by amyspark

Merge request reports