aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* Augment NumTraits with min/max_exponent().Gravatar Antonio Sanchez2021-03-17
* Silence warning on comma at end of enumerator listGravatar David Tellenbach2021-03-17
* Add fmod(half, half).Gravatar Antonio Sanchez2021-03-15
* Fix pround and add printGravatar Chip Kerchner2021-03-15
* Fix NVCC+ICC issues.Gravatar Antonio Sanchez2021-03-15
* Add increment/decrement operators to Eigen::half.Gravatar Antonio Sanchez2021-03-15
* Fix ambiguous call to CUDA __half constructor.Gravatar Antonio Sanchez2021-03-08
* Fix typo: DEVICE -> GPUGravatar Antonio Sanchez2021-03-08
* Fix non-trivial Half constructor for CUDA.Gravatar Antonio Sanchez2021-03-08
* Changing the Eigen::half implementation for HIPGravatar Deven Desai2021-03-05
* Fix rint SSE/NEON again, using optimization barrier.Gravatar Antonio Sanchez2021-03-05
* Revert "Fix rint for SSE/NEON."Gravatar Antonio Sánchez2021-03-03
* Fix rint for SSE/NEON.Gravatar Antonio Sanchez2021-03-03
* Add print for SSE/NEON, use NEON rounding intrinsics if available.Gravatar Antonio Sanchez2021-02-27
* Make half/bfloat16 constructor take inputs by value, fix powerpc test.Gravatar Antonio Sanchez2021-02-27
* Fix double-promotion warningsGravatar Christoph Hertzberg2021-02-27
* Fix NEON sqrt for 32-bit, add prsqrt.Gravatar Antonio Sanchez2021-02-26
* Fix floor/ceil for NEON fp16.Gravatar Antonio Sanchez2021-02-25
* Fix SSE/NEON pfloor/pceil for saturated values.Gravatar Antonio Sanchez2021-02-25
* Fix clang compile when no MMA flags are set. Simplify MMA compiler detection.Gravatar Chip-Kerchner2021-02-24
* Having forward template function declarations in a P10 file causes bad code i...Gravatar Chip-Kerchner2021-02-24
* Fixes to support old and new versions of the compilers for built-ins. Cast t...Gravatar Chip-Kerchner2021-02-24
* Disable fast psqrt for NEON.Gravatar Antonio Sanchez2021-02-23
* Fix some CUDA warnings.Gravatar Antonio Sanchez2021-02-24
* Accurate pow, part 2. This change adds specializations of log2 and exp2 for d...Gravatar Rasmus Munk Larsen2021-02-23
* Fix compilation errors with later versions of GCC and use of MMA.Gravatar Chip-Kerchner2021-02-22
* Fixes Bug #1925. Packets should be passed by const reference, even to inline ...Gravatar Christoph Hertzberg2021-02-20
* Use the Cephes double subtraction trick in pexp<float> even when FMA is avail...Gravatar Rasmus Munk Larsen2021-02-18
* Fix uninitialized warning on AVX.Gravatar Antonio Sanchez2021-02-17
* Fixed performance issues for VSX and P10 MMA in general_matrix_matrix_productGravatar Chip Kerchner2021-02-17
* New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for...Gravatar Rasmus Munk Larsen2021-02-17
* Updated pfrexp implementation.Gravatar Antonio Sanchez2021-02-17
* missing method in packetmath.h void ptranspose(PacketBlock<Packet16uc, 4>& ke...Gravatar Ashutosh Sharma2021-02-16
* Use vrsqrts for rsqrt Newton iterations.Gravatar Antonio Sanchez2021-02-11
* Adjust bounds for pexp_float/doubleGravatar Antonio Sanchez2021-02-10
* Fix ldexp implementations.Gravatar Antonio Sanchez2021-02-10
* loop less ptransposeGravatar Ashutosh Sharma2021-02-10
* Add more tests for pow and fix a corner case for huge exponent where the resu...Gravatar Rasmus Munk Larsen2021-02-05
* Fix excessive GEBP register spilling for 32-bit NEON.Gravatar Antonio Sanchez2021-02-03
* Eliminate implicit conversions from float to double.Gravatar Antonio Sanchez2021-02-01
* Fix altivec packetmath.Gravatar Antonio Sanchez2021-01-28
* Fix clang compilation for AltiVec from previous check-inGravatar Chip Kerchner2021-01-28
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Fix sqrt, ldexp and frexp compilation errors.Gravatar Chip Kerchner2021-01-25
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Specialize std::complex operators for use on GPU device.Gravatar Antonio Sanchez2021-01-22
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...Gravatar Rasmus Munk Larsen2021-01-18
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17