Fix unintialized var warning in bfloat16
This contribution initializes result to 0, then inside the #if statement only one byte needs to be set, depending on the endian, the other will already be zero from the initialization. This also fixes the compilation warning.
Loading
Please sign in to comment