This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1190 - Clang/ARM falsely advertises __ARM_FEATURE_FMA regardless of its actual availability
Summary: Clang/ARM falsely advertises __ARM_FEATURE_FMA regardless of its actual avail...
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - vectorization (show other bugs)
Version: 3.3 (current stable)
Hardware: ARM - NEON Android
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-04 20:34 UTC by Benoit Jacob
Modified: 2019-12-04 15:36 UTC (History)
4 users (show)



Attachments

Description Benoit Jacob 2016-04-04 20:34:27 UTC
...and then generates slow emulation code as the instruction isn't available.

The only work-around for that is going to be to disable FMA on Clang/ARM.

Affected Clang versions: at least Clang 3.8.  (note though that 3.5 didn't seem to be affected).
Comment 2 Benoit Jacob 2016-04-05 14:08:22 UTC
Filed LLVM bug:
https://llvm.org/bugs/show_bug.cgi?id=27216
Comment 3 Nobody 2019-12-04 15:36:35 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/1190.

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