diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-01-28 10:38:01 -0800 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-01-28 11:47:56 -0800 |
commit | 58e8468d113c7d3d4a59ea4a8d70fd45b78e85e6 (patch) | |
tree | a54e97ed477f39e37df40741e54e60b85e1e2288 /src/glsl/nir | |
parent | 3b7747c022bae842b21c810ac72513844ff9fc26 (diff) | |
download | external_mesa3d-58e8468d113c7d3d4a59ea4a8d70fd45b78e85e6.zip external_mesa3d-58e8468d113c7d3d4a59ea4a8d70fd45b78e85e6.tar.gz external_mesa3d-58e8468d113c7d3d4a59ea4a8d70fd45b78e85e6.tar.bz2 |
util: Predicate the fpclassify fallback on !defined(__cplusplus)
The problem is that the fallbacks we have at the moment don't work in C++.
While we could theoretically fix the fallbacks it would also raise the
issue of correctly detecting the fpclassify function. So, for now, we'll
just disable it until we actually have a C++ user.
Reported-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: EdB <edb+mesa@sigluy.net>
Diffstat (limited to 'src/glsl/nir')
0 files changed, 0 insertions, 0 deletions