[Commits] [ianhinder/Kranc] 300aaf: Chemora: Fix incorrect offsets in intermediate cod...

David M. Koppelman koppel at ece.lsu.edu
Wed Oct 28 17:57:35 CDT 2015


  Branch: refs/heads/dmk-chemora
  Home:   https://github.com/ianhinder/Kranc
  Commit: 300aaf0ce709e9bce9de0bbff978c6ee42f32fce
      https://github.com/ianhinder/Kranc/commit/300aaf0ce709e9bce9de0bbff978c6ee42f32fce
  Author: David M. Koppelman <koppel at ece.lsu.edu>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M Tools/CodeGen/CodeGenCalculation.m

  Log Message:
  -----------
  Chemora: Fix incorrect offsets in intermediate code emitted for I3D loads.

Before this fix the dk offset was set to the same value as the dj offset.


  Commit: e2232e673a4df89080299f025517c58f08094e84
      https://github.com/ianhinder/Kranc/commit/e2232e673a4df89080299f025517c58f08094e84
  Author: David M. Koppelman <koppel at ece.lsu.edu>
  Date:   2015-10-28 (Wed, 28 Oct 2015)

  Changed paths:
    M Tools/CodeGen/KrancScript.m

  Log Message:
  -----------
  process: Use IfThen for EDL conditional and MMA heads for EDL compares.

process["ifexpr"...]: Rather than a string list, expand to IfThen so
that existing Kranc and Chemora code can operate on expanded
expression.

process["coexpr"...]: Rather than a string list, expand to Mathematica
heads, such as Greater, so that existing Kranccode can operate on
expanded expression.


Compare: https://github.com/ianhinder/Kranc/compare/9670c209dc19...e2232e673a4d


More information about the Commits mailing list