Page MenuHomeFreeBSD

avx_sig: Adapt avx_sig test for Aarch64
ClosedPublic

Authored by dchagin on May 28 2023, 12:27 PM.
Tags
Referenced Files
F82068756: D40309.id122533.diff
Thu, Apr 25, 5:31 AM
F82068754: D40309.id.diff
Thu, Apr 25, 5:31 AM
F82068750: D40309.id122599.diff
Thu, Apr 25, 5:31 AM
F82067951: D40309.diff
Thu, Apr 25, 5:19 AM
Unknown Object (File)
Mon, Apr 22, 6:35 AM
Unknown Object (File)
Mon, Apr 8, 2:00 PM
Unknown Object (File)
Mar 25 2024, 10:32 PM
Unknown Object (File)
Feb 21 2024, 8:49 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

For now test succeed on Linux, fails on native and in the Linuxulator

There are no XMM regs on aarch64.

In D40309#917796, @kib wrote:

There are no XMM regs on aarch64.

I know, it was a quick fix to test some changes,
I propose to move inlined asm code to a separate file and rename xmm names to more general names.

Btw, under Linuxulator test works, I forgot to chroot before testing,
so only native fails.

This revision is now accepted and ready to land.May 29 2023, 9:54 AM
This revision was automatically updated to reflect the committed changes.