quakeforge/tools/qfcc
Bill Currie 7a399c956b Encode function parameter alignment
The encoding is 3:5 giving 3 bits for alignment (log2) and 5 bits for
size, with alignment in the 3 most significant bits. This keeps the
format backwards compatible as until doubles were added, all types were
aligned to 1 word which gets encoded as 0, and the size is unaffected.
2020-02-16 17:10:43 +09:00
..
doc Add support for \? to qc strings. 2018-08-19 19:31:52 +09:00
include Encode function parameter alignment 2020-02-16 17:10:43 +09:00
source Encode function parameter alignment 2020-02-16 17:10:43 +09:00
test Add tests for %% 2020-02-16 17:02:38 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in fix CPP_NAME for independently built qfcc 2002-06-04 20:43:11 +00:00
Makefile.am Add a test harness for qfcc. 2012-11-22 21:59:01 +09:00
TODO Update TODO 2019-06-09 21:37:46 +09:00