visnyin / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Register and inject external function must be language specified #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  Now we register external function and inject function pointer are same in different languages.
  But function is not same if language is different.
  We need to test and fixed it.

Original issue reported on code.google.com by wuye9036 on 6 Apr 2012 at 12:02

GoogleCodeExporter commented 8 years ago
Now external intrinisc is no longer a SASL function but LLVM function, and we 
support special external intrinsic for special language. See SASL function 
'tex2Dlod', LLVM function 'sasl.ps.tex2d.lod' and 'sasl.vs.tex2d.lod' which is 
an example.

Original comment by wuye9036 on 29 Apr 2012 at 11:34