Files
OpenBLAS/interface/rotg.c
Angelika Schwarz db3a43c8ed Simplify rotg
* The check da != ZERO is no longer necessary since there
  is a special case ada == ZERO, where ada = |da|.
* Add the missing check c != ZERO before the division.

Note that with these two changes the long double code
follows the float/double version of the code.
2023-09-20 19:43:00 +02:00

2.3 KiB