blob: 381de2284af965aac8378748b4876440728da170 [file] [log] [blame]
Luca Foschianiee939fb2020-01-28 10:38:07 +00001/*
Pablo Marquez Tello6bcdc572023-01-11 09:54:00 +00002 * Copyright (c) 2020, 2022-2023 Arm Limited.
Luca Foschianiee939fb2020-01-28 10:38:07 +00003 *
4 * SPDX-License-Identifier: MIT
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
8 * deal in the Software without restriction, including without limitation the
9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10 * sell copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in all
14 * copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
23 */
24#ifndef ARM_COMPUTE_WRAPPER_CVT_H
25#define ARM_COMPUTE_WRAPPER_CVT_H
26
27#include <arm_neon.h>
28
29namespace arm_compute
30{
31namespace wrapper
32{
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010033#define VCVT_TO_F32_IMPL(ptype, vtype, prefix, postfix1, postfix2) \
34 template <typename T> \
35 inline typename std::enable_if<std::is_same<T, float>::value, float32x4_t>::type vcvt(const vtype &a) \
36 { \
37 return prefix##_##postfix1##_##postfix2(a); \
Luca Foschianiee939fb2020-01-28 10:38:07 +000038 }
39
40VCVT_TO_F32_IMPL(float32x4_t, uint32x4_t, vcvtq, f32, u32)
41VCVT_TO_F32_IMPL(float32x4_t, int32x4_t, vcvtq, f32, s32)
Sang-Hoon Park3351f2a2020-07-16 14:26:16 +010042#ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
43VCVT_TO_F32_IMPL(float32x4_t, float16x4_t, vcvt, f32, f16)
44#endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
Luca Foschianiee939fb2020-01-28 10:38:07 +000045#undef VCVT_TO_F32_IMPL
46
Sang-Hoon Park3351f2a2020-07-16 14:26:16 +010047#ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010048#define VCVT_TO_F16_IMPL(ptype, vtype, prefix, postfix1, postfix2) \
49 template <typename T> \
50 inline typename std::enable_if<std::is_same<T, float16_t>::value, float16x4_t>::type vcvt(const vtype &a) \
51 { \
52 return prefix##_##postfix1##_##postfix2(a); \
Sang-Hoon Park3351f2a2020-07-16 14:26:16 +010053 }
54
55VCVT_TO_F16_IMPL(float16x4_t, float32x4_t, vcvt, f16, f32)
56#undef VCVT_TO_F16_IMPL
57#endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
58
Luca Foschianiee939fb2020-01-28 10:38:07 +000059template <typename T>
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010060inline typename std::enable_if<std::is_same<T, uint8_t>::value || std::is_same<T, uint32_t>::value, uint32x4_t>::type
Luca Foschianiee939fb2020-01-28 10:38:07 +000061vcvt(const float32x4_t &a)
62{
63 return vcvtq_u32_f32(a);
64}
65
66template <typename T>
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010067inline typename std::enable_if<std::is_same<T, int8_t>::value || std::is_same<T, int32_t>::value, int32x4_t>::type
Luca Foschianiee939fb2020-01-28 10:38:07 +000068vcvt(const float32x4_t &a)
69{
70 return vcvtq_s32_f32(a);
71}
72
Gunes Bayirc4f27432022-09-11 15:59:19 +010073#ifdef __aarch64__
74template <typename T>
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010075inline typename std::enable_if<std::is_same<T, uint32_t>::value, uint32x4_t>::type vcvta(const float32x4_t &a)
Gunes Bayirc4f27432022-09-11 15:59:19 +010076{
77 return vcvtaq_u32_f32(a);
78}
79
80template <typename T>
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010081inline typename std::enable_if<std::is_same<T, int32_t>::value, int32x4_t>::type vcvta(const float32x4_t &a)
Gunes Bayirc4f27432022-09-11 15:59:19 +010082{
83 return vcvtaq_s32_f32(a);
84}
85#endif //__aarch64__
Pablo Marquez Tello6bcdc572023-01-11 09:54:00 +000086
87#if defined(ARM_COMPUTE_ENABLE_BF16)
88/** Convert 2x128-bit floating point vectors into 1x128-bit bfloat16 vector
89 *
90 * @param[in] inptr Pointer to the input memory to load values from
91 * @param[in,out] outptr Pointer to the output memory to store values to
92 */
93inline void vcvt_bf16_f32(const float *inptr, uint16_t *outptr)
94{
Felix Thomasmathibalanafd38f02023-09-27 17:46:17 +010095 __asm __volatile("ldp q0, q1, [%[inptr]]\n"
96 ".inst 0xea16800\n" // BFCVTN v0, v0
97 ".inst 0x4ea16820\n" // BFCVTN2 v0, v1
98 "str q0, [%[outptr]]\n"
99 : [inptr] "+r"(inptr)
100 : [outptr] "r"(outptr)
101 : "v0", "v1", "memory");
Pablo Marquez Tello6bcdc572023-01-11 09:54:00 +0000102}
103#endif /* defined(ARM_COMPUTE_ENABLE_BF16) */
104
Luca Foschianiee939fb2020-01-28 10:38:07 +0000105} // namespace wrapper
106} // namespace arm_compute
107#endif /* ARM_COMPUTE_WRAPPER_CVT_H */