Skip to content

Commit 8fe7501

Browse files
committed
fix(bindings): Go test compilation, Rust ffi_example, C++ include path
- Go: rewrite tests with math.Inf/NaN, fix type mismatches, fix benchmarks - Rust: fix gf16_t formatting (.0 for UpperHex), inline bit extraction - C++: add cpp/include to include_directories for gf16.hpp
1 parent 62beb01 commit 8fe7501

3 files changed

Lines changed: 226 additions & 405 deletions

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ endif()
2222

2323
# Include directory for header-only wrapper
2424
include_directories(
25+
"${CMAKE_SOURCE_DIR}/include"
2526
"${CMAKE_SOURCE_DIR}/../src/c"
2627
"${CMAKE_SOURCE_DIR}/../../src/c"
2728
)

0 commit comments

Comments
 (0)