This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Define __USE_FAST_MATH__ when __FAST_MATH__ is defined.
AbandonedPublic

Authored by jlebar on May 20 2016, 11:52 AM.

Details

Reviewers
rsmith
Summary

The CUDA headers look for USE_FAST_MATH.

Diff Detail

Event Timeline

jlebar updated this revision to Diff 57964.May 20 2016, 11:52 AM
jlebar retitled this revision from to [CUDA] Define __USE_FAST_MATH__ when __FAST_MATH__ is defined..
jlebar updated this object.
jlebar added a reviewer: rsmith.
jlebar added a subscriber: cfe-commits.
jlebar abandoned this revision.May 20 2016, 1:45 PM

Actually, after talking offline with Chandler, I need something more complicated than this. I will send a new patch.

Sorry for the noise.