visnyin / softart

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

Add dot, sqrt and cross intrinsic support to SIMD. #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  As title.

Original issue reported on code.google.com by wuye9036 on 14 Dec 2011 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 15 Dec 2011 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 16 Dec 2011 at 10:48

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

SASL:
  Add intrinsics.sps to test repo and jit_test.
  Enable process_intrinsic of pixel shader.

Original comment by wuye9036 on 16 Dec 2011 at 11:31

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

SASL:
  Fixes bugs in intrinsics.sps.
  Fixes test file name error in jit test 'ps_intrinsics'

Original comment by wuye9036 on 18 Dec 2011 at 3:18

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

SASL:
  Fixes assignment overloading defects.
  Add find_assign_overloads to symbol.
  Rename register_tecov to add_cast.

Original comment by wuye9036 on 24 Dec 2011 at 1:52

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

SASL:
  Add sqrt intrinsic implementations to simd.
  Still some runtime crash bugs on x86.

Original comment by wuye9036 on 28 Dec 2011 at 1:01

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

SASL:
  Fixes type conversation error in jit function wrapper which is cause crash when jit-ed function have value styled parameters.

Original comment by wuye9036 on 28 Dec 2011 at 5:04

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

SASL:
  Pull up emit_dot, emit_cross.

Original comment by wuye9036 on 29 Dec 2011 at 10:49

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

SASL:
  Pull up call_expression and expression_initializer to cgllvm_impl.
  Pull up emit_call to cg_service.

Original comment by wuye9036 on 29 Dec 2011 at 3:30

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

SASL:
  Add scalar to vec1 cast.
  cross product still have some bugs.

Original comment by wuye9036 on 30 Dec 2011 at 11:14

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

SASL:
  Fixed sqrt_vf_ errors.
  The cross product is verified and it's OK.
  Change arithmetic tolerance.

Original comment by wuye9036 on 30 Dec 2011 at 5:03

GoogleCodeExporter commented 8 years ago
mul will be implemented in issue 143 'vector and matrix'.

Original comment by wuye9036 on 30 Dec 2011 at 5:05