Welcome to mirror list, hosted at ThFree Co, Russian Federation.

util_float8_sse2_test.cpp « test « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba8952a2b085afb2a5e3a4ec7727d5eb9bf74b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: Apache-2.0
 * Copyright 2011-2022 Blender Foundation */

#define __KERNEL_SSE__
#define __KERNEL_SSE2__

#define TEST_CATEGORY_NAME util_sse2

#if (defined(i386) || defined(_M_IX86) || defined(__x86_64__) || defined(_M_X64)) && \
    defined(__SSE2__)
#  include "util_float8_test.h"
#endif