File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
pantry/google.com/highway Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Constants used throughout the ts-pkgx package
3
3
* This file is auto-generated from pantry. Do not edit manually.
4
- * Generated on 2025-08-14T02:39:12.050Z
4
+ * Generated on 2025-08-15T02:41:24.482Z
5
5
*/
6
6
7
7
/**
Original file line number Diff line number Diff line change 13
13
- cmake --build builddir
14
14
- cmake --install builddir
15
15
16
- - mkdir -p {{prefix}}/share/hwy/examples
17
- - cp -R hwy/examples {{prefix}}/share/hwy /
16
+ - mkdir -p {{prefix}}/share/
17
+ - cp -R hwy {{prefix}}/share/
18
18
env :
19
19
ARGS :
20
20
- -DBUILD_SHARED_LIBS=ON
@@ -29,13 +29,15 @@ build:
29
29
30
30
test :
31
31
env :
32
+ linux :
33
+ CXXFLAGS : $CXXFLAGS -pthread
32
34
linux/x86-64 :
33
35
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __extendhfsf2
34
36
CXXFLAGS : $CXXFLAGS -Wl,--allow-shlib-undefined
35
37
script :
36
- - mkdir -p hwy
37
- - cp -R {{prefix}}/share/hwy/examples hwy/
38
- - c++ -std=c++11 -lhwy -I. hwy/examples/profiler_example.cc $CXXFLAGS
38
+ - cp -R {{prefix}}/share/hwy .
39
+ - c++ -std=c++11 -lhwy -I. hwy/examples/benchmark.cc $CXXFLAGS
40
+ # the benchmark doesn't like GHA's runners for this arch
41
+ - run : exit 0
42
+ if : darwin/x86-64
39
43
- ./a.out
40
- # ^^ the -I. is because bizarely profiler_example.cc configures other headers to
41
- # include itself but only on intel…
You can’t perform that action at this time.
0 commit comments