bug#68892: 'tr' function | Outputs printed before the command prompts

2024-02-02 Thread Davide Brini via GNU coreutils Bug Reports
On Fri, 2 Feb 2024 16:40:26 +0200, Ricky Tigg wrote: > OS: Fedora v86_64. coreutils v.: 9.3. Shell: bash v. 5.2.26. > > Hello. Normally outputs are printed after the command prompt; "#" "$" on > my system. > > (...)@(...):~$ rpm -ql coreutils | head -2 > /usr/bin/[ > /usr/bin/arch > > Unexpectedl

bug#68892: 'tr' function | Outputs printed before the command prompts

2024-02-02 Thread Ricky Tigg
OS: Fedora v86_64. coreutils v.: 9.3. Shell: bash v. 5.2.26. Hello. Normally outputs are printed after the command prompt; "#" "$" on my system. (...)@(...):~$ rpm -ql coreutils | head -2 /usr/bin/[ /usr/bin/arch Unexpectedly, through a pipe invoking 'tr', outputs are printed before the command

bug#68871: Can't use od to print half-precision floats

2024-02-02 Thread Rozenberg, Eyal (Consultant)
Seems ok to me as a user. Note also that there is the TF32 format (tf for tensor-float), which takes up 32 bits, but only uses 19. So, the switches could be: -t f2IEEE half -t fhIEEE half -t fbbrain -t ft tensor or -t ft4 tensor (which indicates the 32-bitness) Eyal -Or