Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work with fedora packagers to clean up volk.spec #781

Open
marcusmueller opened this issue Jan 20, 2025 · 2 comments
Open

Work with fedora packagers to clean up volk.spec #781

marcusmueller opened this issue Jan 20, 2025 · 2 comments
Assignees
Labels
Enhancement new kernel entirely or for some specific ARCH

Comments

@marcusmueller
Copy link
Member

  • CFLAGS should definitely include -O3
  • There's still the disabled check in there, due to the by-now-fixed s390x problems
  • yarda is a good maintainer, help them
@marcusmueller marcusmueller added the Enhancement new kernel entirely or for some specific ARCH label Jan 20, 2025
@marcusmueller marcusmueller self-assigned this Jan 20, 2025
@jdemel
Copy link
Contributor

jdemel commented Jan 22, 2025

Could you add some context please? Which volk.spec file?
Where do you want to include -O3? In the Release build? I'd be hesitant to do so because I'd expect we rely on some -0.0f assignments and such somewhere.

I appreciate the package maintainer effort and would be glad to help.

A quick search yields:

./include/volk/sse2neon/tests/impl.cpp:96:                    mTestFloatPointer1[r5] = -0.0f;
./include/volk/sse2neon/tests/impl.cpp:97:                    mTestFloatPointer1[r6] = -0.0f;
./include/volk/sse2neon/tests/impl.cpp:98:                    mTestFloatPointer1[r7] = -0.0f;
./include/volk/sse2neon/tests/impl.cpp:99:                    mTestFloatPointer1[r8] = -0.0f;
./include/volk/volk_avx_intrinsics.h:194:    const __m256 sign_mask = _mm256_set1_ps(-0.0f);
./kernels/volk/volk_32f_tan_32f.h:48: *   in[9] = -0.000;

@marcusmueller
Copy link
Member Author

Could you add some context please? Which volk.spec file?

https://src.fedoraproject.org/rpms/volk/tree/rawhide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement new kernel entirely or for some specific ARCH
Projects
None yet
Development

No branches or pull requests

2 participants