kis_brush_mask_vector_applicator.h (krita-5.1.3.tar.xz) | : | kis_brush_mask_vector_applicator.h (krita-5.1.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
* SPDX-FileCopyrightText: 2022 L. E. Segovia <amy@amyspark.me> | * SPDX-FileCopyrightText: 2022 L. E. Segovia <amy@amyspark.me> | |||
* | * | |||
* SPDX-License-Identifier: GPL-2.0-or-later | * SPDX-License-Identifier: GPL-2.0-or-later | |||
*/ | */ | |||
#ifndef KIS_BRUSH_VECTOR_APPLICATOR_H | #ifndef KIS_BRUSH_VECTOR_APPLICATOR_H | |||
#define KIS_BRUSH_VECTOR_APPLICATOR_H | #define KIS_BRUSH_VECTOR_APPLICATOR_H | |||
#include <xsimd_extensions/xsimd.hpp> | #include <xsimd_extensions/xsimd.hpp> | |||
#if defined HAVE_XSIMD | #if defined(HAVE_XSIMD) && !defined(XSIMD_NO_SUPPORTED_ARCHITECTURE) && XSIMD_UN IVERSAL_BUILD_PASS | |||
#include "kis_brush_mask_scalar_applicator.h" | #include "kis_brush_mask_scalar_applicator.h" | |||
template<class V> | template<class V> | |||
struct FastRowProcessor { | struct FastRowProcessor { | |||
FastRowProcessor(V *maskGenerator) | FastRowProcessor(V *maskGenerator) | |||
: d(maskGenerator->d.data()) | : d(maskGenerator->d.data()) | |||
{ | { | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |