Vector Optimized Library of Kernels 3.2.0
Architecture-tuned implementations of math kernels
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2006,2009,2013 Free Software Foundation, Inc.
4 *
5 * This file is part of VOLK
6 *
7 * SPDX-License-Identifier: LGPL-3.0-or-later
8 */
9
10#ifndef INCLUDED_VOLK_CONSTANTS_H
11#define INCLUDED_VOLK_CONSTANTS_H
12
13#include <volk/volk_common.h>
14
16
17VOLK_API const char* volk_prefix();
18VOLK_API const char* volk_version();
22
24
25#endif /* INCLUDED_VOLK_CONSTANTS_H */
__VOLK_DECL_BEGIN VOLK_API const char * volk_prefix()
VOLK_API const char * volk_compiler_flags()
VOLK_API const char * volk_version()
VOLK_API const char * volk_c_compiler()
VOLK_API const char * volk_available_machines()
#define __VOLK_DECL_END
Definition volk_common.h:90
#define VOLK_API
Definition volk_common.h:100
#define __VOLK_DECL_BEGIN
Definition volk_common.h:89