aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
...
| * bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
| * use ::hlog if available.Gravatar Gael Guennebaud2016-08-29
| * bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
| * Implement pmadd for float and double to make it consistent with the vectorize...Gravatar Gael Guennebaud2016-08-23
| * Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...Gravatar Gael Guennebaud2016-08-23
| * Fix compilation with MSVC by using our portable numext::log1p implementation.Gravatar Gael Guennebaud2016-08-22
| * bug #1270: bypass custom asm for pmadd and recent clang versionGravatar Gael Guennebaud2016-08-22
| * Fix compilation on CUDA 8 by removing call to h2log1pGravatar Igor Babuschkin2016-08-15
| * Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
| * Fixed the constructors of the new half_base class.Gravatar Benoit Steiner2016-08-04
| * Fixed the isnan, isfinite and isinf operations on GPUGravatar Benoit Steiner2016-08-04
| * Move Eigen::half_impl::half to Eigen::half while preserving the free function...Gravatar Gael Guennebaud2016-08-04
| * half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
| * bug #1266: half implementation has been moved to half_impl namespaceGravatar Christoph Hertzberg2016-07-29
| * Fix CUDA compilationGravatar Gael Guennebaud2016-07-22
| * More cleaning in half:Gravatar Gael Guennebaud2016-07-22
| * Fix CUDA compilationGravatar Gael Guennebaud2016-07-21
| * Add missing log10 and random generator for half.Gravatar Gael Guennebaud2016-07-21
| * Some cleanup in Halh: standard functions should be defined in the namespace o...Gravatar Gael Guennebaud2016-07-21
| * Move CUDA's special functions to SpecialFunctions module.Gravatar Gael Guennebaud2016-07-11
| * mergeGravatar Gael Guennebaud2016-07-11
| |\
| | * Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...Gravatar Konstantinos Margaritis2016-07-10
| | |\
| | | * minor fixes for big endian altivec/vsxGravatar Konstantinos Margaritis2016-07-10
| * | | bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
| |/ /
| * | Undo changes in AltiVec --- I don't have any way to test there.Gravatar Benoit Jacob2016-06-28
| * | Avoid global variables with static constructors in NEON/Complex.hGravatar Benoit Jacob2016-06-28
| | * fix compilation with clang 3.9, fix performance with pset1, use vector operat...Gravatar Konstantinos Margaritis2016-06-23
| | * mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
| | * mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
| | * fixed pexp<Packet2d>, was failing testsGravatar Konstantinos Margaritis2016-06-19
| * | bug #1240: Remove any assumption on NEON vector types.Gravatar Gael Guennebaud2016-06-09
| * | Fix compile errors initializing packets on ARM DS-5 5.20Gravatar Sean Templeton2016-06-03
| * | Enable the vectorization of adds and mults of fp16Gravatar Benoit Steiner2016-06-07
| * | Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
| * | Improved support for CUDA 8.0Gravatar Benoit Steiner2016-05-31
| * | Disable the use of MMX instructions since the code is broken on many platformsGravatar Benoit Steiner2016-05-27
| * | Deleted extra namespaceGravatar Benoit Steiner2016-05-26
| * | Disable usage of MMX with msvc.Gravatar Gael Guennebaud2016-05-26
| * | Add missing inclusion of mmintrin.hGravatar Gael Guennebaud2016-05-26
| * | Silenced a compilation warningGravatar Benoit Steiner2016-05-25
| * | Specify the rounding mode in the correct locationGravatar Benoit Steiner2016-05-25
| * | Explicitly specify the rounding mode when converting floats to fp16Gravatar Benoit Steiner2016-05-25
| * | Disable the use of MMX instructions on x86_64 since too many compilers only s...Gravatar Benoit Steiner2016-05-25
| * | Fix compilation with ICC.Gravatar Gael Guennebaud2016-05-25
| * | Cleaned up the fp16 code a little moreGravatar Benoit Steiner2016-05-24
| * | Cleaned up the fp16 codeGravatar Benoit Steiner2016-05-24
| * | Remove now-unused protate PacketMath funcGravatar Benoit Jacob2016-05-24
| * | Don't attempt to use MMX instructions with visualstudio since they're only pa...Gravatar Benoit Steiner2016-05-24
| * | Worked around missing clang intrinsicGravatar Benoit Steiner2016-05-24
| * | Use the generic ploadquad intrinsics since it does the jobGravatar Benoit Steiner2016-05-24