mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +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() |