Re: RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v36]

2023-09-16 Thread iaroslavski
On Fri, 15 Sep 2023 22:11:44 GMT, Srinivas Vamsi Parasa wrote: >> Srinivas Vamsi Parasa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Refactor the sort and partition intrinsics to accept method references for >> fallback functions >

Re: RFR: 8315038: Capstone disassembler stops when it sees a bad instruction

2023-09-16 Thread Andrew Haley
On Fri, 15 Sep 2023 14:56:10 GMT, Jorn Vernee wrote: > Some thoughts: that linked page claims this is only available on the `next` > branch, but I see this option is available in the 5.0.1 release from 3 weeks > ago (https://github.com/capstone-engine/capstone/releases/tag/5.0.1). That is > go

Re: RFR: 8315794: RISC-V: build fails with GCC 12.3

2023-09-16 Thread Antonios Printezis
On Wed, 6 Sep 2023 14:29:56 GMT, Antonios Printezis wrote: > The build failure happens when building on RISC-V with GCC 12.3. Is there a > better way to address this than disabling the stringop-overflow warnings for > the two files in question? Looks as if adding the pragma in the two .cpp fil

Re: RFR: 8295159: DSO created with -ffast-math breaks Java floating-point arithmetic [v7]

2023-09-16 Thread Magnus Ihse Bursie
On Wed, 12 Oct 2022 17:00:15 GMT, Andrew Haley wrote: >> A bug in GCC causes shared libraries linked with -ffast-math to disable >> denormal arithmetic. This breaks Java's floating-point semantics. >> >> The bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522 >> >> One solution is to sav