about summary refs log tree commit diff
path: root/sysdeps/loongarch/fpu/math-barriers.h
Commit message (Collapse)AuthorAgeFilesLines
* LoongArch: Add math-barriers.hXi Ruoyao2023-02-271-0/+28
This patch implements the LoongArch specific math barriers in order to omit the store and load from stack if possible. Signed-off-by: Xi Ruoyao <xry111@xry111.site> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>