X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=fp16_test.cpp;h=058c91281603fd0b2c0fa2ed8ed4200bc22dab28;hb=425d68dcbdd681ad3157000360521e8f36eb6c4c;hp=d95e5c6b6d01813dfa367169c9ee15f35d6bc41a;hpb=919101c59390dbbe380af7cc77102819e515a632;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.