Skip to content

Commit a332133

Browse files
authored
Merge pull request #779 from tinyboxvk/patch-links
Update links
2 parents dd258a9 + 4451fdd commit a332133

20 files changed

+41
-39
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ endif()
298298
########################################################################
299299
# Install our Cmake modules into $prefix/lib/cmake/volk
300300
# See "Package Configuration Files" on page:
301-
# http://www.cmake.org/Wiki/CMake/Tutorials/Packaging
301+
# https://gitlab.kitware.com/cmake/community/-/wikis/doc/tutorials/Packaging
302302
########################################################################
303303

304304
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/VolkConfig.cmake.in

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Welcome to VOLK!
99

10-
VOLK is a sub-project of GNU Radio. Please see http://libvolk.org for bug
10+
VOLK is a sub-project of GNU Radio. Please see https://www.libvolk.org/ for bug
1111
tracking, documentation, source code, and contact information about VOLK.
1212
See https://www.gnuradio.org/ for information about GNU Radio.
1313

@@ -20,7 +20,7 @@ https://www.gnuradio.org/git/volk.git/.
2020

2121
## How to use VOLK:
2222

23-
For detailed instructions see http://libvolk.org/doxygen/using_volk.html
23+
For detailed instructions see https://www.libvolk.org/doxygen/using_volk.html
2424

2525
See these steps for a quick build guide.
2626

cmake/Modules/VolkAddTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function(VOLK_ADD_TEST test_name executable_name)
5757
file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} srcdir)
5858
list(APPEND environs "srcdir=\"${srcdir}\"")
5959

60-
#http://www.cmake.org/pipermail/cmake/2009-May/029464.html
60+
#https://cmake.org/pipermail/cmake/2009-May/029464.html
6161
#Replaced this add test + set environs code with the shell script generation.
6262
#Its nicer to be able to manually run the shell script to diagnose problems.
6363
if(UNIX)

cmake/cmake_uninstall.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: LGPL-3.0-or-later
66
#
77

8-
# http://www.vtk.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
8+
# https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake
99

1010
if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
1111
message(

cmake/msvc/sys/time.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define NOMINMAX
1919
#endif
2020

21-
// http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/430449b3-f6dd-4e18-84de-eebd26a8d668
21+
// https://learn.microsoft.com/en-us/archive/msdn-technet-forums/430449b3-f6dd-4e18-84de-eebd26a8d668
2222
#include < time.h >
2323
#include <windows.h> //I've omitted this line.
2424
#if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22
All notable changes to VOLK will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), starting with version 2.0.0.
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), starting with version 2.0.0.
66

77

88
## [2.0.0] - 2019-08-06

docs/Doxyfile.in

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ VERBATIM_HEADERS = YES
11521152

11531153
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
11541154
# clang parser (see:
1155-
# http://clang.llvm.org/) for more accurate parsing at the cost of reduced
1155+
# https://clang.llvm.org/) for more accurate parsing at the cost of reduced
11561156
# performance. This can be particularly helpful with template rich C++ code for
11571157
# which doxygen's built-in parser lacks the necessary type information.
11581158
# Note: The availability of this option depends on whether or not doxygen was
@@ -1178,7 +1178,7 @@ CLANG_OPTIONS =
11781178
# If clang assisted parsing is enabled you can provide the clang parser with the
11791179
# path to the directory containing a file called compile_commands.json. This
11801180
# file is the compilation database (see:
1181-
# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
1181+
# https://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
11821182
# options used when the source files were built. This is equivalent to
11831183
# specifying the -p option to a clang tool, such as clang-check. These options
11841184
# will then be passed to the parser. Any options specified with CLANG_OPTIONS
@@ -1659,7 +1659,7 @@ USE_MATHJAX = NO
16591659

16601660
# When MathJax is enabled you can set the default output format to be used for
16611661
# the MathJax output. See the MathJax site (see:
1662-
# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details.
1662+
# https://docs.mathjax.org/en/v2.7-latest/output.html) for more details.
16631663
# Possible values are: HTML-CSS (which is slower, but has the best
16641664
# compatibility), NativeMML (i.e. MathML) and SVG.
16651665
# The default value is: HTML-CSS.
@@ -1675,10 +1675,12 @@ MATHJAX_FORMAT = HTML-CSS
16751675
# Content Delivery Network so you can quickly see the result without installing
16761676
# MathJax. However, it is strongly recommended to install a local copy of
16771677
# MathJax from https://www.mathjax.org before deployment.
1678-
# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2.
1678+
# The default value is:
1679+
# in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1680+
# in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
16791681
# This tag requires that the tag USE_MATHJAX is set to YES.
16801682

1681-
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1683+
MATHJAX_RELPATH = https://cdn.jsdelivr.net/npm/mathjax@2
16821684

16831685
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
16841686
# extension names that should be enabled during MathJax rendering. For example
@@ -1690,7 +1692,7 @@ MATHJAX_EXTENSIONS =
16901692
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
16911693
# of code that will be used on startup of the MathJax code. See the MathJax site
16921694
# (see:
1693-
# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1695+
# https://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
16941696
# example see the documentation.
16951697
# This tag requires that the tag USE_MATHJAX is set to YES.
16961698

@@ -2153,7 +2155,7 @@ DOCBOOK_PROGRAMLISTING = NO
21532155
#---------------------------------------------------------------------------
21542156

21552157
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
2156-
# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
2158+
# AutoGen Definitions (see https://autogen.sourceforge.net/) file that captures
21572159
# the structure of the code including all documentation. Note that this feature
21582160
# is still experimental and incomplete at the moment.
21592161
# The default value is: NO.
@@ -2357,7 +2359,7 @@ HIDE_UNDOC_RELATIONS = YES
23572359

23582360
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
23592361
# available from the path. This tool is part of Graphviz (see:
2360-
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2362+
# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
23612363
# Bell Labs. The other options in this section have no effect if this option is
23622364
# set to NO
23632365
# The default value is: YES.
@@ -2534,7 +2536,7 @@ DIRECTORY_GRAPH = YES
25342536
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
25352537
# generated by dot. For an explanation of the image formats see the section
25362538
# output formats in the documentation of the dot tool (Graphviz (see:
2537-
# http://www.graphviz.org/)).
2539+
# https://www.graphviz.org/)).
25382540
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
25392541
# to make the SVG files visible in IE 9+ (other browsers do not have this
25402542
# requirement).

docs/versioning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Semantic Versioning Specification (SemVer)
7070

7171
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
7272
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
73-
interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119).
73+
interpreted as described in [RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).
7474

7575
1. Software using Semantic Versioning MUST declare a public API. This API
7676
could be declared in the code itself or exist strictly in documentation.
@@ -265,7 +265,7 @@ About
265265
-----
266266

267267
The Semantic Versioning specification is authored by [Tom
268-
Preston-Werner](http://tom.preston-werner.com), inventor of Gravatars and
268+
Preston-Werner](https://tom.preston-werner.com/), inventor of Gravatars and
269269
cofounder of GitHub.
270270

271271
If you'd like to leave feedback, please [open an issue on
@@ -276,4 +276,4 @@ License
276276
-------
277277

278278
Creative Commons - CC BY 3.0
279-
http://creativecommons.org/licenses/by/3.0/
279+
https://creativecommons.org/licenses/by/3.0/

gen/volk_kernel_defs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
########################################################################
1515
# Strip comments from a c/cpp file.
1616
# Input is code string, output is code string without comments.
17-
# http://stackoverflow.com/questions/241327/python-snippet-to-remove-c-and-c-comments
17+
# https://stackoverflow.com/questions/241327/remove-c-and-c-comments-using-python
1818
########################################################################
1919
def comment_remover(text):
2020
def replacer(match):

include/volk/volk_avx_intrinsics.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ static inline __m256 _mm256_polar_sign_mask(__m128i fbits)
173173
__m256 sign_mask =
174174
_mm256_insertf128_ps(sign_mask_dummy, _mm_castsi128_ps(sign_bits0), 0x0);
175175
return _mm256_insertf128_ps(sign_mask, _mm_castsi128_ps(sign_bits1), 0x1);
176-
// // This is the desired function call. Though it seems to be missing in GCC.
177-
// // Compare: https://software.intel.com/sites/landingpage/IntrinsicsGuide/#
178-
// return _mm256_set_m128(_mm_castsi128_ps(sign_bits1),
179-
// _mm_castsi128_ps(sign_bits0));
176+
// This is the desired function call. Though it seems to be missing in GCC.
177+
// Compare: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html
178+
// return _mm256_set_m128(_mm_castsi128_ps(sign_bits1),
179+
// _mm_castsi128_ps(sign_bits0));
180180
}
181181

182182
static inline void

0 commit comments

Comments
 (0)