JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

Fix assembler syntax for riscv #140

Closed andreas-schwab closed 2 weeks ago

Xeonacid commented 2 weeks ago

With this PR, I get:

build/trampolines/trampolines_riscv64.o: in function `slarfy_64_':
(.text+0x27fd2): dangerous relocation: %pcrel_lo missing matching %pcrel_hi
andreas-schwab commented 2 weeks ago

That's another, independent bug.

maleadt commented 2 weeks ago

Thanks!