-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to resolve PRs 1987863 and 1992484
Update configure.ac for autotools 2.71 and fix compile errors from GCC 11. * configure.ac: Replace AC_PROG_LIBTOOL with LT_INIT. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. * src/Makefile.in: regenerate. * src/pveclib/vec_int128_ppc.h (vec_sraq): Cast from vec_setb_sq() to (vui128_t). (vec_sraqi): Cast from vec_setb_sq() to (vui128_t). * src/testsuite/vec_int128_dummy.c (test_setb_cyq, test_setb_ncq, test_setb_sq): Change type of function result to vb128_t. * src/testsuite/vec_perf_f64.c (timed_fpclassify_f64): Change type of accum to vui64_t. Signed-off-by: Steven Munroe <[email protected]>
- Loading branch information
1 parent
5901c9c
commit 6075912
Showing
8 changed files
with
4,072 additions
and
3,156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.