mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-09 10:55:32 +00:00
7 lines
189 B
Perl
7 lines
189 B
Perl
local alignment = 16
|
|
local aligned = terralib.aligned
|
|
terra foobar(a : &float)
|
|
terralib.attrstore(a,terralib.attrload(a+3,{ align = alignment }), { align = alignment })
|
|
end
|
|
|
|
foobar:disas() |