File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
- name : configure
21
21
run : |
22
- cmake -S . -B build -G "${{matrix.gen}}" -A ${{matrix.arch}} -DFASTFLOAT_TEST=ON -DCMAKE_INSTALL_PREFIX:PATH=destination
22
+ cmake -S . -B build -G "${{matrix.gen}}" -A ${{matrix.arch}} -DFASTFLOAT_BENCHMARKS=ON - DFASTFLOAT_TEST=ON -DCMAKE_INSTALL_PREFIX:PATH=destination
23
23
- name : build
24
24
run : |
25
25
cmake --build build --verbose --config ${{matrix.cfg}} --parallel
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
- name : Configure
21
21
run : |
22
- cmake -S . -B build -G "${{matrix.gen}}" -A ${{matrix.arch}} -T ClangCL -DFASTFLOAT_TEST=ON
22
+ cmake -S . -B build -G "${{matrix.gen}}" -A ${{matrix.arch}} -DFASTFLOAT_BENCHMARKS=ON - T ClangCL -DFASTFLOAT_TEST=ON
23
23
- name : Build
24
24
run : cmake --build build --config ${{matrix.cfg}} --parallel --verbose
25
25
- name : Run basic tests
Original file line number Diff line number Diff line change 1
1
#if defined(__linux__) || (__APPLE__ && __aarch64__)
2
2
#define USING_COUNTERS
3
- #include " event_counter.h"
4
3
#endif
4
+ #include " event_counter.h"
5
5
#include < algorithm>
6
6
#include " fast_float/fast_float.h"
7
7
#include < chrono>
You can’t perform that action at this time.
0 commit comments