stefson

Results 137 comments of stefson

I'm using an Radeon rx 550 with mesa-17.3.6, llvm-5, kernel 4.14 + amdgpu. With wine-2.21 + staging I have invisible characters just like you in the youtube video, it is...

So, I have to confirm the invisible characters with wine-3.3 + staging + PBA on radeon rx 550 with the amdgpu drivers. But performance is up from 1-2 fps, if...

I can push an ebuild for gentoo to my overlay, but only for >=wine-staging-3.0 - please ping me if interested.

Can you please share the rebased patches with us?

I've been using this patch for some time now, and a similar one for armv7: ``` --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure @@ -190,9 +190,12 @@ die("Don't know how to translate {}...

@smaeul I'm having serious trouble to get things going on cross compiling with rust-std. librustc_target/spec/mod.rs says: ``` ("aarch64-gentoo-linux-musl", aarch64_gentoo_linux_musl), ("arm-unknown-linux-musleabi", arm_gentoo_linux_musleabi), ("armv7a-unknown-linux-musleabihf", armv7a_gentoo_linux_musleabihf), ("i686-gentoo-linux-musl", i686_gentoo_linux_musl), ("powerpc-gentoo-linux-musl", powerpc_gentoo_linux_musl), ("powerpc64-gentoo-linux-musl", powerpc64_gentoo_linux_musl), ("x86_64-gentoo-linux-musl",...

The problem is the rust.configure script shipped by firefox. During detection of rust and cargo, it can't deal with the missmatch of armv7a-**unknown**-linux-musleabihf and x86_64-**gentoo**-linux-musl. aarch64 for instance should be...

I can compile test the new thumbv7neon target, but can you explain to me how to runtime test it? It's not going to work with firefox out of the box...

ok, I'll give it a shot, but it's going to take a while. In the meantime, do you know how to tell if the neon and thumb stuff are working?...

I think I managed to break it, here's the full build.log: [build.log.zip](https://github.com/smaeul/portage-overlay/files/3806176/build.log.zip) My attempt was to cross compile to foreign rust-std via this crafted config.toml: ``` [llvm] optimize = true...