This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

JDK 8 instructions f2xm1 and fyl2x, 80-bit extended precision implementation on ARM

Dear professionals, I'm Jake, a Java developer. I'm currently working on adapting code related to JDK 8 instructions f2xm1 and fyl2x, along with 80-bit extended precision implementation, to the ARM architecture. I'm wondering if there are alternative instructions for f2xm1 and fyl2x in the ARM architecture, and how to achieve 80-bit extended precision there. Could you please share any relevant knowledge or reference materials? Your help would be highly appreciated. Thank you! 

Parents
  • Thank you for your answer, Zhifei. We have achieved the same result in a similar approach to yours by hardware, of the two instructions. However, we are still unable to get the same result with the software simulation. Additionally, do you have any idea how to achieve 80-bit extended precision on ARM?

Reply
  • Thank you for your answer, Zhifei. We have achieved the same result in a similar approach to yours by hardware, of the two instructions. However, we are still unable to get the same result with the software simulation. Additionally, do you have any idea how to achieve 80-bit extended precision on ARM?

Children