This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 200 - ploaddup using _mm_load_sd, which is generally miscompiled on gcc/i386
Summary: ploaddup using _mm_load_sd, which is generally miscompiled on gcc/i386
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - vectorization (show other bugs)
Version: unspecified
Hardware: All All
: --- Unknown
Assignee: Gael Guennebaud
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 02:24 UTC by Benoit Jacob
Modified: 2019-12-04 10:22 UTC (History)
2 users (show)



Attachments

Description Benoit Jacob 2011-02-28 02:24:52 UTC
As we've found out on bug 195, GCC (at least up to 4.4) on i386 (i.e. -m32) miscompiles the _mm_load_sd intrinsic in that it adds redundant x87 fldl/fstpl instructions, which should result in poor performance (in bug 195, it even resulted in a wrong result bug, but that's a different story).

Our ploaddup function is still using _mm_load_sd, so it would be nice to have a work-around for gcc/i386 not using it.
Comment 1 Nobody 2019-12-04 10:22:51 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/200.

Note You need to log in before you can comment on or make changes to this bug.