~eda-qa/leaflang/misc

« back to all changes in this revision

Viewing changes to include/platform/gnu_linux_x86_64.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-07-22 19:48:13 UTC
  • mfrom: (99.1.41 error)
  • Revision ID: eda-qa@disemia.com-20170722194813-h3yqkhe1j2ouwga4
merging error handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
native_integer const native_integers[] = { { 8 }, { 16 }, { 32 }, { 64 } };
14
14
int const natural_integer_size = 64;
 
15
int const pointer_size = 64;
15
16
 
16
17
native_float const native_floats[] = { { 32, -1, 24 }, { 64, 0, 53 }, { 80, 1, 64 } };
17
18
int const natural_float_size = 64;