tensor: Rename half.hpp -> half.h
addResource() thinks it's a Verilog source file if it ends in .hpp, for some reason.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "VX_config.h"
|
||||
|
||||
#include <bit>
|
||||
#include "half.hpp"
|
||||
#include "half.h"
|
||||
|
||||
extern "C" {
|
||||
void dpi_fadd(bool enable, int dst_fmt, int64_t a, int64_t b, const svBitVecVal* frm, int64_t* result, svBitVecVal* fflags);
|
||||
|
||||
@@ -4015,4 +4015,4 @@ namespace half_float {
|
||||
#ifdef HALF_POP_WARNINGS
|
||||
#pragma warning(pop)
|
||||
#undef HALF_POP_WARNINGS
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user