Blender
V5.0
intern
cycles
util
transform_avx2.cpp
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#include "
util/transform.h
"
6
7
CCL_NAMESPACE_BEGIN
8
9
void
transform_inverse_cpu_avx2
(
const
Transform
&tfm,
Transform
&itfm)
10
{
11
itfm =
transform_inverse_impl
(tfm);
12
}
13
14
CCL_NAMESPACE_END
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
Transform
Definition
transform.h:22
transform.h
transform_inverse_impl
ccl_device_forceinline Transform transform_inverse_impl(const Transform tfm)
Definition
transform.h:482
transform_inverse_cpu_avx2
CCL_NAMESPACE_BEGIN void transform_inverse_cpu_avx2(const Transform &tfm, Transform &itfm)
Definition
transform_avx2.cpp:9
Generated on
for Blender by
doxygen
1.16.1