-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Oracle Developer Studio 12.6 fixes #201
Conversation
Compile under Oracle Developer Studio 12.6 still fails because |
Well it builds and runs if I compile using Oracle Developer Studio 12.6. Now to add tests etc. |
c70b3c7
to
a682841
Compare
Still some warnings when compiling with developer studio, but builds and tests all run. |
eb1bc32
to
1af322f
Compare
Changes so far allow me to build for Solaris 10 (sparce and x86_64). Now going to test building NSD 4.10. |
Once NLnetLabs/nsd#351 is merged, simdzone compiles just fine. At least, with GCC. simdzone builds just fine with Developer Studio 12.4 too, but NSD itself does not. Verified for x86 and Sparc using build infrastructure from https://www.opencsw.org/. See log: |
Quick push to resolve merge issues. Should be all good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many changes, but it is nice to increase the portability. There are added tests for the compat simd implementations.
bb532da
to
b471068
Compare
The compiler has problems with
getopt
(not technically necessary for NSD), so the configure checks need to be extended a little bit. Apart from that, the functions need unit tests to verify they do exactly as required because and to verify they don't introduce extra work. Work-in-progress.