Blender
V4.3
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:44
Transform
Definition
transform.h:23
transform.h
transform_inverse_cpu_avx2
CCL_NAMESPACE_BEGIN void transform_inverse_cpu_avx2(const Transform &tfm, Transform &itfm)
Definition
transform_avx2.cpp:9
transform_inverse_impl
ccl_device_forceinline Transform transform_inverse_impl(const Transform tfm)
Definition
transform_inverse.h:42
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0