X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=fp16_test.cpp;h=058c91281603fd0b2c0fa2ed8ed4200bc22dab28;hb=425d68dcbdd681ad3157000360521e8f36eb6c4c;hp=d95e5c6b6d01813dfa367169c9ee15f35d6bc41a;hpb=35ab97543afb74f72dd1d4c0d7d3206efe867a5e;p=movit diff --git a/fp16_test.cpp b/fp16_test.cpp index d95e5c6..058c912 100644 --- a/fp16_test.cpp +++ b/fp16_test.cpp @@ -45,10 +45,6 @@ union fp64 { double f; unsigned long long ll; }; -union fp32 { - float f; - unsigned int u; -}; TEST(FP16Test, NaN) { // Ignore the sign bit.