Skip to content

Commit

Permalink
Remove duplicate fp32_bits definition. (microsoft#22340)
Browse files Browse the repository at this point in the history
Remove duplicate fp32_bits definition in onnxruntime/core/mlas/lib/cast.cpp
  • Loading branch information
edgchen1 authored and Ishwar Raut committed Nov 19, 2024
1 parent fffefb6 commit c793f68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions onnxruntime/core/mlas/lib/cast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ Module Name:
--*/
#include "mlasi.h"

union fp32_bits {
uint32_t u;
float f;
};

void
MLASCALL
MlasConvertHalfToFloatBuffer(
Expand Down

0 comments on commit c793f68

Please sign in to comment.