Re: Custom Float Instructions

2024-08-08 Thread Georg-Johann Lay
Am 08.08.24 um 10:08 schrieb Amit Hiremath: I know, I am looking for a solution without using __asm macro I explained that, too. Did you even read my answer? Johann On Thu, Aug 8, 2024 at 1:20 PM Georg-Johann Lay You have already asked that question (and got an answer) in gcc-help@:

Re: Custom Float Instructions

2024-08-08 Thread Amit Hiremath
I know, I am looking for a solution without using __asm macro On Thu, Aug 8, 2024 at 1:20 PM Georg-Johann Lay wrote: > You have already asked that question (and got an answer) in gcc-help@: > > https://gcc.gnu.org/pipermail/gcc-help/2024-August/thread.html#143628 > > Johann > > Am 08.08.24 um 03

Re: Custom Float Instructions

2024-08-08 Thread Richard Biener via Gcc
On Thu, Aug 8, 2024 at 3:56 AM Amit Hiremath wrote: > > Hello, > > I want to add custom single precision floating point sine, cosine, exp > instructions to risc-v gnu tool chain, and I have designed hardware for > this. I was going through tutorials on how to add custom instructions at: > https://

Re: Custom Float Instructions

2024-08-08 Thread Georg-Johann Lay
You have already asked that question (and got an answer) in gcc-help@: https://gcc.gnu.org/pipermail/gcc-help/2024-August/thread.html#143628 Johann Am 08.08.24 um 03:54 schrieb Amit Hiremath: Hello, I want to add custom single precision floating point sine, cosine, exp instructions to risc-v

Custom Float Instructions

2024-08-07 Thread Amit Hiremath
Hello, I want to add custom single precision floating point sine, cosine, exp instructions to risc-v gnu tool chain, and I have designed hardware for this. I was going through tutorials on how to add custom instructions at: https://pcotret.gitlab.io/riscv-custom/sw_toolchain.html after adding cust