Skip to content

Tags: simd-everywhere/simde

Tags

v0.8.4-rc2

Toggle v0.8.4-rc2's commit message
x86 avx512: skip testing NANs with fpclass if -ffast-math or equivalent

v0.8.4-rc1

Toggle v0.8.4-rc1's commit message
start preparing to release SIMDe 0.8.4

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
prepare to release 0.8.0

v0.8.2-rc1

Toggle v0.8.2-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
prepare to release 0.8.0

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
 Add @thomas-schlichter as a contributor

v0.8.0-rc2

Toggle v0.8.0-rc2's commit message
arm/neon abs: negating INT_MIN is undefined behavior

- So cast to unsigned int before flipping sign, and then cast back to a signed int

LLVM 19 is making this more prominant: llvm/llvm-project#82112 (comment)
But this was already visible in earlier clang versions with `-O2` #901

- gh-actions: resume testing emscripten using the 'tip of tree' ("tot") builds.
- gh-actions: add clang-17 "-O2" build to confirm the fix

v0.8.0-rc1

Toggle v0.8.0-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
 Update @mr-c as a contributor

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
neon/cvtn: basic implementation of a few functions

Fixes: #1008

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
sse: remove unbalanced HEDLEY_DIAGNOSTIC_PUSH

Also cleanup some illegal double underscore variable names

Closes: #910

v0.7.4-rc4

Toggle v0.7.4-rc4's commit message

Verified

This commit was signed with the committer’s verified signature.
mr-c Michael R. Crusoe
sve/true,whilelt,cmplt,ld1,st1,sel,and: skip AVX512 native implementa…

…tions on MSVC 2017