e230337a创建于 2025年11月12日历史提交
/*
 * Copyright (c) Huawei Technologies Co., Ltd. 2024-2024. All rights reserved.
 */
#ifndef OMNI_SIMD_H
#define OMNI_SIMD_H

#include "base.h"
#ifdef COVERAGE
#include "instruction/arm_neon-inl.h"
#else
#include "instruction/arm_sve-inl.h"
#endif // OMNI_TARGET

#include "instruction/generic_ops-inl.h"

#endif // OMNI_SIMD_H