Skip to content

Commit

Permalink
#15647:Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
mouliraj-mcw committed Dec 10, 2024
1 parent 6f6d8d6 commit b49f5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void update_macro_defines(UnaryOpType op_type, std::map<std::string, std::string
case UnaryOpType::IDENTITY_UINT32: defines["SFPU_OP_IDENTITY_INCLUDE"] = "1"; break;
case UnaryOpType::FLOOR:
case UnaryOpType::FLOOR_FLOAT32: defines["SFPU_OP_FLOOR_INCLUDE"] = "1"; break;
case UnaryOpType::CEIL: defines["SFPU_OP_CEIL_INCLUDE"] = "1"; break;
case UnaryOpType::CEIL:
case UnaryOpType::CEIL_FLOAT32: defines["SFPU_OP_CEIL_INCLUDE"] = "1"; break;
case UnaryOpType::RDIV: break;
case UnaryOpType::RSUB: defines["SFPU_OP_REVERSE_FAMILY_INCLUDE"] = "1";
Expand Down

0 comments on commit b49f5e4

Please sign in to comment.