This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/20123] [powerpc] Enable libmvec vector math library on POWER VSX


https://sourceware.org/bugzilla/show_bug.cgi?id=20123

--- Comment #7 from David Edelsohn <dje at gcc dot gnu.org> ---
One can experiment with implementing libmvec against the VSX intrinsics. The
intrinsics are implemented in GCC, LLVM and XLC.

The mmintrin support in GCC is implemented on top of the VSX intrinsics.

One must look at the resulting code to see if it truly is optimized, and
whether the intrinsic could be improved or the particular function must be
implemented more directly in assembly language.  The answer may be a
combination of the approaches.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]