Changeset fd4c009 for tests/vector_math
- Timestamp:
- Apr 13, 2021, 5:48:41 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3ada8ae
- Parents:
- 4c4e444
- git-author:
- Peter A. Buhr <pabuhr@…> (04/13/21 17:44:33)
- git-committer:
- Peter A. Buhr <pabuhr@…> (04/13/21 17:48:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/vector_math/.expect/vec4_float.txt ¶
r4c4e444 rfd4c009 6 6 zero-assign:<0.,0.,0.,0.> 7 7 fill-ctor:<1.23,1.23,1.23,1.23> 8 ?-?:<0.02,0.43,-0.999998,-1e-06 .>9 ?-=?:<0.02,0.43,-0.999998,-1e-06 .>10 -?:<-0.02,-0.43,0.999998,1e-06 .>8 ?-?:<0.02,0.43,-0.999998,-1e-06> 9 ?-=?:<0.02,0.43,-0.999998,-1e-06> 10 -?:<-0.02,-0.43,0.999998,1e-06> 11 11 ?+?:<2.3,2.45,-9.2,-12.5> 12 12 ?+=?:<2.3,2.45,-9.2,-12.5>
Note: See TracChangeset
for help on using the changeset viewer.