Krita Source Code Documentation
Loading...
Searching...
No Matches
KoClipMaskApplicatorFactoryImpl.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9#ifndef DISABLE_CLIP_MASK_PAINTER_ON_MACOS
10
11template<>
12KoClipMaskApplicatorBase * KoClipMaskApplicatorFactoryImpl::create<xsimd::current_arch>()
13{
15}
16
17#else
18
19template<>
20KoClipMaskApplicatorBase * KoClipMaskApplicatorFactoryImpl::create<xsimd::generic>()
21{
23}
24
25#endif