mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-10 11:12:33 +00:00
Using swizzle for some of the geometric product operations was a bit clunky and has problems with alignment. While I will still need it in the future, it turns out that the extend instruction almost did what I needed. However, I'm unsure that reversing components within an extended vector is the way to go. |
||
---|---|---|
.. | ||
head.c | ||
main.c | ||
Makemodule.am | ||
test-bitops.c | ||
test-branch.c | ||
test-callret.c | ||
test-conv0.c | ||
test-conv1.c | ||
test-conv2.c | ||
test-conv3.c | ||
test-conv4.c | ||
test-conv5.c | ||
test-conv6.c | ||
test-conv7.c | ||
test-double.c | ||
test-extend.c | ||
test-float.c | ||
test-hops.c | ||
test-int.c | ||
test-jump.c | ||
test-lea.c | ||
test-load.c | ||
test-load64.c | ||
test-long.c | ||
test-mem.c | ||
test-scale.c | ||
test-stack.c | ||
test-state.c | ||
test-store.c | ||
test-store64.c | ||
test-string.c | ||
test-swizzle.c | ||
test-unsigned.c | ||
test-vector.c | ||
test-with.c |