Other Applications • Re: Dactyloidae Browser (Basilisk fork)
Pale Moon forum - Forum index [Unofficial]
March 30, 2026
Does it? Looked at this commit: https://repo.dactyloidae.xyz/Dactyloida ... 871b8be379 Using
vmovhlpswith 3 parameters, which means AVX, but you just check it with SSE2. Ref: https://www.felixcloutier.com/x86/movhlpsIf these code go upstream, these are needed to be clarified.
This kind of thing is actually a part of why we made AVX the baseline instead of SSE2. AVX instructions are useful for improving performance, and honestly it's easy to get mixed up and pull in AVX instructions as part of an optimization when you think you're staying well within SSE/SSE2 territory. Just making AVX the baseline means you don't have to worry as much and can just focus on using optimized instructions.
Discussion in the ATmosphere