File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11vcpkg_from_github (
22 OUT_SOURCE_PATH SOURCE_PATH
33 REPO kwsp/fftconv
4- REF c380acdc04aa3ce3f2bcfdbc7af1974b86f2974b
5- SHA512 e2f564612737795823163c84473f22ce0fb943ce38a4210a628db0d61da917981c0c87c866163fa98ebcd85af35585f2ff207122786faab29ab32ffdf358b4d3
4+ REF v0.5.1
5+ SHA512 e89910050cc8cac2381ae6dd13c7c1f0e640065f9f4aefa329f44cadb6628534bee15ffa76cca04592fb39e46160454d5bf984e48d0bfef8e7d6b86d31971541
66 HEAD_REF main
77)
88
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
33 "name" : " fftconv" ,
4- "version" : " 0.5.0 "
4+ "version" : " 0.5.1 "
55}
Original file line number Diff line number Diff line change 22#include < fftconv/aligned_vector.hpp>
33#include < fftconv/fftw.hpp>
44
5+ using fftconv::AlignedVector;
6+
57template <typename T, typename Func>
68void ScaleAndMag (benchmark::State &state, Func func) {
79 const auto N = state.range (0 );
Original file line number Diff line number Diff line change 66
77// NOLINTBEGIN(*-magic-numbers)
88
9+ using fftconv::AlignedVector;
10+
911template <typename T, typename Func>
1012void hilbert_bench (benchmark::State &state, Func hilbert_func) {
1113
Original file line number Diff line number Diff line change 88
99// NOLINTBEGIN(*-magic-numbers)
1010
11+ using fftconv::AlignedVector;
12+
1113int main (int argc, char *argv[]) {
1214 using T = float ;
1315 constexpr int N = 10 ;
You can’t perform that action at this time.
0 commit comments