Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jason R
Jason R has asked
45
questions and find answers to
38
problems.
Stats
1.5k
EtPoint
478
Vote count
45
questions
38
answers
About
Jason R questions
How can I map a C++ parameter pack into a sequence of std::pair objects?
How to wrap multiple function overloads with a generic TR1 function object?
Storing individual doubles from a packed double vector using Intel AVX
Segfault during static initialization when linking gcc-built Boost into an Intel C++-compiled program
How to interrupt a thread performing a blocking socket connect?
How to create a boost::tuple with the specified number of elements (of the same type)?
Can I display the progress of a build using SCons?
Can I read from a socket synchronously using Boost.Asio with a timeout on a multithreaded I/O service?
How to optimize this product of three matrices in C++ for x86?
Is it possible to partially free dynamically-allocated memory on a POSIX system?
Jason R answers
How to swap 128-bit parts between two AVX2 vectors
SSE/AVX: Choose from two __m256 float vectors based on per-element min and max absolute value
How does subtracting X.begin() return the index of an iterator?
How to inspect the interface of a template template class
SSE Loading & Adding
Force static_assert to fire during type instantiating
GitLab CI building on multiple runners
C++ - Invalid initialization of non-const reference of type
_mm256_slli_si256: error "last argument must be an 8-bit intermediate"
How to do runtime binding based on CPU capabilities on linux