about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm-compat/e_scalbf128.c
Commit message (Collapse)AuthorAgeFilesLines
* ldbl-128ibm-compat: Provide a scalb implementationTulio Magno Quites Machado Filho2020-02-141-0/+26
Reuse the template in order to provide the redirect for scalbl to __scalbieee128, but avoid any extra aliasing as this is intended to support long double redirects only.