diff options
Diffstat (limited to 'gnu/usr.bin/cc/include/expr.h')
| -rw-r--r-- | gnu/usr.bin/cc/include/expr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/include/expr.h b/gnu/usr.bin/cc/include/expr.h index 3bb94907e1e11..3a4a0afbe5dd2 100644 --- a/gnu/usr.bin/cc/include/expr.h +++ b/gnu/usr.bin/cc/include/expr.h @@ -372,6 +372,13 @@ extern rtx bcmp_libfunc; extern rtx memset_libfunc; extern rtx bzero_libfunc; +extern rtx eqhf2_libfunc; +extern rtx nehf2_libfunc; +extern rtx gthf2_libfunc; +extern rtx gehf2_libfunc; +extern rtx lthf2_libfunc; +extern rtx lehf2_libfunc; + extern rtx eqsf2_libfunc; extern rtx nesf2_libfunc; extern rtx gtsf2_libfunc; |
