quakeforge/tools/qfcc
Bill Currie ef9960c6f9 [qfcc] Implement support for the swizzle operator
The destination operand must be a full four component vector, but the
source can be smaller and small sources do not need to be aligned: the
offset of the source operand and the swizzle indices are adjusted. The
adjustments are done during final statement emission in order to avoid
confusing the data flow analyser (and that's when def offsets are known).
2022-05-01 14:35:24 +09:00
..
doc [qfcc] Make ruamoko the default and update the docs 2022-02-04 10:46:31 +09:00
include [qfcc] Implement support for the swizzle operator 2022-05-01 14:35:24 +09:00
source [qfcc] Implement support for the swizzle operator 2022-05-01 14:35:24 +09:00
test [qfcc] Use correct vector expression size in test 2022-04-29 18:12:47 +09:00
AUTHORS
Makemodule.am
TODO