issues
search
p12tic
/
libsimdpp
Portable header-only C++ low level SIMD library
Boost Software License 1.0
1.24k
stars
132
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix transpose4.mwiki title typo
#192
Enhex
opened
1 week ago
0
Nvm
#191
protrigger99
closed
2 weeks ago
0
#188 fix simdpp::extract(float32<4>) for MSVC x86_64 SSE2/3/4 build
#190
peabody-korg
opened
2 months ago
0
#187 prevent clang from trying to use __builtin_shuffle()
#189
peabody-korg
opened
2 months ago
0
msvc SSE2 compilation fails in i_extract(const float32<4>& a)
#188
peabody-korg
opened
2 months ago
0
undefined __builtin_shuffle() in clang
#187
peabody-korg
opened
2 months ago
0
Fix extract_bits() implementation on non-x86
#186
p12tic
closed
2 months ago
0
Miscellaneous optimizations
#185
p12tic
closed
2 months ago
0
Add copysign() function
#184
p12tic
closed
2 months ago
0
Optimize extract() and insert() on x86 for float types
#183
p12tic
closed
2 months ago
0
Add support for 16-bit and 32-bit elements to extract_bits_any
#182
p12tic
closed
2 months ago
0
Fix support for recent GCC on Altivec
#181
p12tic
closed
2 months ago
0
Enable shuffle4x2 on Altivec and MSA
#180
p12tic
closed
2 months ago
0
Add implementation of clamp()
#179
p12tic
closed
2 months ago
0
insn: Work around in GCC regression when generating comparisons on ARM
#178
p12tic
closed
2 months ago
0
Add approximate log2() function for float32
#177
p12tic
closed
5 months ago
0
Add isfinite()
#176
p12tic
closed
5 months ago
0
Miscellaneous fixes
#175
p12tic
closed
5 months ago
0
Add bit_select() function
#174
p12tic
closed
5 months ago
0
Add bitonic sort algorithm
#173
p12tic
closed
5 months ago
0
Switch to C++14 as minimum C++ version
#172
p12tic
closed
5 months ago
0
Unroll loops over vector parts
#171
p12tic
closed
5 months ago
0
cmake: Speedup configuration checks by not including iostream
#170
p12tic
closed
5 months ago
0
Miscellaneous fixes
#169
p12tic
closed
5 months ago
0
Remove expression template support
#168
p12tic
closed
5 months ago
0
Fix warnings
#167
p12tic
closed
5 months ago
0
Merge dev to master
#166
p12tic
closed
5 months ago
0
Miscellaneous fixes
#165
p12tic
closed
5 months ago
0
fix title in for_each.mwiki
#164
Enhex
closed
5 months ago
0
WebAssembly direct instructions support?
#163
unit-404
opened
1 year ago
0
Assessment of the difficulty in porting CPU architecture for libsimdpp
#162
wangyuliu
opened
1 year ago
0
fix typo
#161
MambaWong
closed
1 year ago
0
Fix the runnability check for ARM64_NEON
#160
martin-g
closed
2 years ago
0
SIGSEGV while running the program that checks runnability for ARM64_NEON
#159
martin-g
closed
2 years ago
0
Are there any bench test for libsimdpp?
#158
lion117
opened
3 years ago
0
add BUILD file for bazel build system
#157
111qqz
opened
3 years ago
0
How can we combine with Intel® SSE2 (Streaming SIMD Extensions 2)?
#156
ardianumam
opened
3 years ago
4
How to Use This Library?
#155
ardianumam
closed
3 years ago
2
Fused multiply-add/sub not emulated
#154
Jazzdoodle
opened
3 years ago
0
sign(float64<N>) generates incorrect code on NEON64 using gcc 9.3.0 with -ffast-math
#153
peabody-korg
opened
3 years ago
0
NEON64 implementation of floor(float64x2) incorrect
#152
peabody-korg
opened
3 years ago
0
Horizontal add
#151
omnisip
opened
4 years ago
0
Would you consider adding store_first_u?
#150
abique
opened
4 years ago
0
For a store_first(ptr, vec, 1) with SSE2, it could result into a _mm_store_ss() ?
#149
abique
opened
4 years ago
0
Why not overload operator += ?
#148
abique
opened
4 years ago
0
Slowdown on several vector variations
#147
TheTryton
opened
4 years ago
2
possible comma misuse warning in shuffle2x2.h
#146
peabody-korg
opened
4 years ago
1
loads and stores with vectors can read/write more than the vector size
#145
sarah-quinones
opened
4 years ago
2
Docs issue: Dynamic Dispatch Example + CMake
#144
Wheest
opened
4 years ago
1
AVX512F(_mm512_ceil_*, _mm512_floor_*) for MSVC, GCC and Clang
#143
PearCoding
opened
4 years ago
0
Next