visnyin / softart

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

Enhancement features of intrinsics/instructions. #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Intrinsics now could have following features.

1. Lazy generation. Only used instrinsic was generated.
2. Inline. Some short instructions/intrinsics could be marked as "inline".

Original issue reported on code.google.com by wuye9036 on 21 Jun 2011 at 3:04

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 25 Jun 2011 at 11:27

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 30 Jun 2011 at 6:31

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 14 Jul 2011 at 10:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision cb378ff8dec3.

SASL:
  Remove unused files.
  Optimize for codegen. Now only used intrinsics will be generated.

Original comment by wuye9036 on 19 Jul 2011 at 12:38

GoogleCodeExporter commented 8 years ago
Inline is needn't to optimized here.

Original comment by wuye9036 on 19 Jul 2011 at 12:41

GoogleCodeExporter commented 8 years ago
This issue was updated by revision a6015821fe60.

SASL:
  Fixed bug of call expression in general.
  Add samples into intrinsics.svs.
  Add sample intrinsic.ss.
  Add dot product support.

Original comment by wuye9036 on 26 Aug 2011 at 5:56