This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1421 - Use of "long long" in Core/arch/CUDA/Half.h
Summary: Use of "long long" in Core/arch/CUDA/Half.h
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - general (show other bugs)
Version: 3.3 (current stable)
Hardware: All All
: Normal Compilation Problem
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-25 12:31 UTC by Yixuan Qiu
Modified: 2019-12-04 16:57 UTC (History)
3 users (show)



Attachments

Description Yixuan Qiu 2017-04-25 12:31:06 UTC
Hi All,

In the current 3.3 branch, Core/arch/CUDA/Half.h has several use of "long long" (e.g. https://bitbucket.org/eigen/eigen/src/f4326d36671fa69b7323914e31968194fe00a5d3/Eigen/src/Core/arch/CUDA/Half.h?at=3.3&fileviewer=file-view-default#Half.h-122) that is undefined in C++ 98. As a result, compilers will give warnings with strict C++ 98 standard selected.

This should be a minor issue, but it would be nice to get it fixed. Thanks.


Best,
Yixuan
Comment 1 Nobody 2019-12-04 16:57:45 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/1421.

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