Fix linux build.
This commit is contained in:
parent
cd59058fc2
commit
b2d6122769
@ -17,7 +17,8 @@ SET(MATH_SRCS
|
|||||||
TypeSerialization.h TypeSerialization.cpp
|
TypeSerialization.h TypeSerialization.cpp
|
||||||
Sparse.h Sparse.cpp
|
Sparse.h Sparse.cpp
|
||||||
Solver.h Solver.cpp
|
Solver.h Solver.cpp
|
||||||
KahanSum.h)
|
KahanSum.h
|
||||||
|
Half.h Half.cpp)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
// uint16 z = float_to_half( fz );
|
// uint16 z = float_to_half( fz );
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "half.h"
|
#include "Half.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
// Load immediate
|
// Load immediate
|
||||||
|
Loading…
Reference in New Issue
Block a user