summaryrefslogtreecommitdiff
path: root/volk/gen/make_machines_h.py
diff options
context:
space:
mode:
authorJohnathan Corgan2011-07-08 17:41:09 -0700
committerJohnathan Corgan2011-07-08 17:41:09 -0700
commit85477e81354597c40b37b75e5b9eb0af3c3fa4a2 (patch)
tree4decedcba81b4b2bab2d4c384387dd40e3b8650e /volk/gen/make_machines_h.py
parent666cd2dd6818fb66e538fa52957f3a23d68e7b94 (diff)
parent85a8b62ff4b4382e216ea88661fc32c6f30b724f (diff)
downloadgnuradio-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.py1
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