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@:
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
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://
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
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