add missing vec8_blend

This commit is contained in:
Florian Ballenegger 2020-08-08 00:28:55 +02:00
parent c7ecb61553
commit 6890ffdcca
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
#define vec8_blend vecN_blend
#ifdef USE_LIBSLEEF
#include <sleef.h>
#define vec8_exp(a) Sleef_expd8_u10(a)