diff options
author | Johnathan Corgan | 2011-07-08 17:41:09 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-08 17:41:09 -0700 |
commit | 85477e81354597c40b37b75e5b9eb0af3c3fa4a2 (patch) | |
tree | 4decedcba81b4b2bab2d4c384387dd40e3b8650e /volk/gen/make_machines_h.py | |
parent | 666cd2dd6818fb66e538fa52957f3a23d68e7b94 (diff) | |
parent | 85a8b62ff4b4382e216ea88661fc32c6f30b724f (diff) | |
download | gnuradio-85477e81354597c40b37b75e5b9eb0af3c3fa4a2.tar.gz gnuradio-85477e81354597c40b37b75e5b9eb0af3c3fa4a2.tar.bz2 gnuradio-85477e81354597c40b37b75e5b9eb0af3c3fa4a2.zip |
Merge remote branch 'nick/volk_cmake'
Diffstat (limited to 'volk/gen/make_machines_h.py')
-rw-r--r-- | volk/gen/make_machines_h.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volk/gen/make_machines_h.py b/volk/gen/make_machines_h.py index 563de18a6..a48caa89c 100644 --- a/volk/gen/make_machines_h.py +++ b/volk/gen/make_machines_h.py @@ -33,6 +33,7 @@ __VOLK_DECL_BEGIN struct volk_machine { const unsigned int caps; //capabilities (i.e., archs compiled into this machine, in the volk_get_lvarch format) const char *name; + const unsigned int alignment; //the maximum byte alignment required for functions in this library """ for function in functions: tempstring += " const char *%s_name;\n"%function |