]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Merge pull request #212 from VectorCamp/bugfix/fix-simde-build
authorKonstantinos Margaritis <markos@users.noreply.github.com>
Thu, 21 Dec 2023 09:04:32 +0000 (11:04 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 09:04:32 +0000 (11:04 +0200)
commit3113d1ca309ffd8caf1510d687c096095d6b8f19
tree44ce67abdd41686f504057bf3dd0daa3d93de0e3
parenta26bed96bc50a7c4dd274d1b6a2776b70501a2a3
parent10d957477a94a00e51f878deca0b0a3adb58ef0d
Merge pull request #212 from VectorCamp/bugfix/fix-simde-build

SIMDe on Clang needs SIMDE_NO_CHECK_IMMEDIATE_CONSTANT defined and other SIMDe related fixes now that SIMDe is part of the CI pipeline.

Some issue with SIMDe on x86 still remains because of an upstream bug:

https://github.com/simd-everywhere/simde/issues/1119

Similarly SIMDe native with clang on Arm also poses a non-high priority build failure:

https://buildbot-ci.vectorcamp.gr/#/builders/129/builds/11

Possibly a SIMDe issue as well, need to investigate but will merge this PR as these are non-blockers.