blob: cc5b8ae3ed55fec377883dd1dfabb4c678e3c48e [file] [log] [blame]
Szabolcs Nagyc280e492019-08-09 15:18:40 +01001/*
2 * AdvSIMD vector PCS variant of __v_logf.
3 *
4 * Copyright (c) 2019, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7#include "mathlib.h"
8#ifdef __vpcs
9#define VPCS 1
10#define VPCS_ALIAS strong_alias (__vn_logf, _ZGVnN4v_logf)
11#include "v_logf.c"
12#endif