]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Merge pull request #225 from VectorCamp/feature/cleanup-compiler-warnings
authorKonstantinos Margaritis <markos@users.noreply.github.com>
Sat, 20 Jan 2024 20:41:00 +0000 (22:41 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 20:41:00 +0000 (22:41 +0200)
commit98eb459ac2e1a268007395ed82577153848340ce
tree930ccb9abd62da99329955dea1465632ab5c637a
parentb5ae828e61ed79cc9cf3b0475d13350f07ed76f1
parent01658be05d391f6e51ed4c62662b4a16e10d9777
Merge pull request #225 from VectorCamp/feature/cleanup-compiler-warnings

According to https://buildbot-ci.vectorcamp.gr/#/changes/93

most builds succceded and with no compiler warnings. The build failures were only on x86 and Arm for SIMDe builds: x86 because of a bug in SIMDe emulation of own x86 intrinsics in non-native mode and Arm due to clang, unsure if this is actually a bug in SIMDe or clang itself. All the remaining compiler warnings that were suppressed was because they were not possible to fix for the scope of this project.

This PR will close #170, code quality improvements however will continue with the integration of #222 or similar static code analyzer to CI and continuous refactoring.