Commit 8769df1
authored
Make sure doubles aren't promoted to 16 bytes (#652)
# CABLE
## Description
Turns out just using `-fdefault-real-8` also tries to promote any double
declarations to 16 byte precision e.g. `1.0d0`. Specifying
`fdefault-double-8` supposedly fixes this. Sorry to bug you again
@SeanBryan51
Fixes #(560)
## Type of change
- [x] Bug fix
<!-- readthedocs-preview cable start -->
----
📚 Documentation preview 📚:
https://cable--652.org.readthedocs.build/en/652/
<!-- readthedocs-preview cable end -->1 parent d07ca75 commit 8769df1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments