local_sse.cpp 564 字节
Newer Older
1 2 3 4
/**
 * \file dnn/src/x86/local/local_sse.cpp
 * MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
 *
5
 * Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
6 7 8 9 10
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 */
11
// clang-format off
12 13 14
#include "src/x86/simd_helper.h"
#include "src/x86/simd_macro/sse_helper.h"
#include "src/common/local/local_def.inl"
15
// clang-form on