Package Details: vita3k-git r3738.3d53d7cb9-1

Git Clone URL: https://aur.archlinux.org/vita3k-git.git (read-only, click to copy)
Package Base: vita3k-git
Description: Experimental PlayStation Vita emulator
Upstream URL: https://github.com/Vita3K/Vita3K
Keywords: emulation gaming
Licenses: GPL2
Conflicts: vita3k
Provides: vita3k
Submitter: aimileus
Maintainer: EXtremeExploit
Last Packager: EXtremeExploit
Votes: 12
Popularity: 0.128430
First Submitted: 2018-01-29 14:48 (UTC)
Last Updated: 2025-02-27 02:28 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

EXtremeExploit commented on 2025-02-27 02:29 (UTC)

Pushed a commit that prefixes the zlib source to "vita3k-zlib", thanks patlefort for the suggestion

patlefort commented on 2025-02-27 01:52 (UTC)

Can you please prefix or postfix the source name for zlib since it's a fork?

EXtremeExploit commented on 2023-12-26 13:22 (UTC)

Pushed a commit that makes the commit hash part of the version always be 9 characters long, i decided with 9 as it already was the length used, just for consistency

patlefort commented on 2023-12-26 09:08 (UTC)

It's not specific to an AUR helper, but how the user configured their git. It just make sure that the version generated is consistent for all users regardless of their configuration.

In this case, on my system, the version generated is r3529.bef1567a-1 while this package is r3529.bef1567a6-1 in the AUR. For aur helpers, it think that r3529.bef1567a6-1 is more recent.

xiota commented on 2023-12-26 08:58 (UTC)

@patlefort What specific aur helper has problems with this package?

patlefort commented on 2023-12-26 06:56 (UTC)

Can you please change git rev-parse --short to git rev-parse --short=7 as prescribed in the wiki? The version generated in this pkgbuild has more chars than the default and will lead to aur helpers thinking that there is always or never an update.

EXtremeExploit commented on 2023-11-13 01:29 (UTC)

the "avx2 optimization no" is an echo from qemu's configure script, a dependency of unicorn

xiota commented on 2023-11-12 18:19 (UTC) (edited on 2023-11-12 18:20 (UTC) by xiota)

With -march=x86-64-v3 -O3, the following is displayed during initial config. What is the criteria for displaying yes/no?

avx2 optimization no

Build completes successfully without the SSE2 warning / "error".

EXtremeExploit commented on 2023-11-12 18:08 (UTC) (edited on 2023-11-12 18:09 (UTC) by EXtremeExploit)

XXH3 Fixed in the last push, now XXH_X86DISPATCH_ALLOW_AVX gets enabled with a cmake option

xiota commented on 2023-11-10 01:08 (UTC)

Error: if _____ is compiled with AVX enabled, the resulting binary will crash on sse2-only cpus !!

Stating the obvious.

I added -march=x86-64-v3 -O3 -mavx -mavx2 -mfma -DXXH_X86DISPATCH_ALLOW_AVX=ON to CFLAGS and CXXFLAGS. No complaints during build, but config still says:

avx2 optimization no