Blender  V3.3
util_avxf_avx_test.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #define __KERNEL_AVX__
5 
6 #define TEST_CATEGORY_NAME util_avx
7 
8 #if (defined(i386) || defined(_M_IX86) || defined(__x86_64__) || defined(_M_X64)) && \
9  defined(__AVX__)
10 # include "util_avxf_test.h"
11 #endif