1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 15:03:14 +00:00
gnss-sdr/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/tmpl/volk_gnsssdr_config_fixed.tmpl.h

21 lines
539 B
C
Raw Normal View History

/*
* GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
* This file is part of GNSS-SDR.
2014-09-07 23:56:09 +00:00
*
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
* SPDX-License-Identifier: GPL-3.0-or-later
*
2014-09-07 23:56:09 +00:00
*/
#ifndef INCLUDED_VOLK_GNSSSDR_CONFIG_FIXED_H
#define INCLUDED_VOLK_GNSSSDR_CONFIG_FIXED_H
2014-09-07 23:56:09 +00:00
// clang-format off
%for i, arch in enumerate(archs):
#ifndef LV_${arch.name.upper()}
2018-03-03 11:48:54 +00:00
#define LV_${arch.name.upper()} ${i}
#endif
%endfor
// clang-format on
#endif // INCLUDED_VOLK_GNSSSDR_CONFIG_FIXED