Jean-Didier PAILLEUX bae3577002
[flang] Define ERF, ERFC and ERFC_SCALED intrinsics with Q and D prefix (#125217)
`ERF`, `ERFC` and `ERFC_SCALED` intrinsics prefixed by `Q` and `D` are
missing. Codes such as `CP2K`(https://github.com/cp2k/cp2k) and
`TurboRVB`(https://github.com/sissaschool/turborvb) use these intrinsics
just like defined in the GNU standard and here:
https://www.ibm.com/docs/fr/xl-fortran-aix/16.1.0?topic=reference-intrinsic-procedures
These intrinsics are based on the existing intrinsics but apply a
restriction on the type kind.

- `DERF`, `DERFC` and `DERFC_SCALED` are for double précision only.
- `QERF`, `QERFC` and `QERFC_SCALED` are for quad précision only.
2025-04-01 08:07:26 +02:00
..
2025-02-27 14:32:30 -08:00
2023-05-16 13:56:24 -07:00
2023-05-16 13:56:24 -07:00
2025-01-08 13:15:51 -08:00
2025-01-08 13:15:51 -08:00
2023-02-14 10:04:56 -03:00
2024-12-18 07:02:37 -08:00
2024-12-18 07:02:37 -08:00