Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Fix linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Oct 5, 2008
1 parent cd59058 commit b2d6122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/nvmath/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ SET(MATH_SRCS
TypeSerialization.h TypeSerialization.cpp
Sparse.h Sparse.cpp
Solver.h Solver.cpp
KahanSum.h)
KahanSum.h
Half.h Half.cpp)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

Expand Down
2 changes: 1 addition & 1 deletion src/nvmath/Half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
// uint16 z = float_to_half( fz );
//

#include "half.h"
#include "Half.h"
#include <stdio.h>

// Load immediate
Expand Down

0 comments on commit b2d6122

Please sign in to comment.