From 3a2888ae47179d0c831b09d510f78d85adaddffe Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 28 Sep 2020 22:19:18 -0700 Subject: 6895 --- apps/sigils.subx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/sigils.subx b/apps/sigils.subx index 74ec48b9..b076d24e 100644 --- a/apps/sigils.subx +++ b/apps/sigils.subx @@ -41,6 +41,8 @@ # # No metadata allowed inside '*(...)'. # Whitespace inside '*(...)' is ok. But not immediately after the '*' or '%'. +# We don't support conversions to floating-point registers. In particular, so +# far there's no %xmm1. # # The code generated is sub-optimal: # - displacements are always disp32, even when disp8 will do -- cgit 1.4.1-2-gfad0 it();'> Grus is a simple word unjumbler written in GoAndinus <andinus@nand.sh>
summary refs log tree commit diff stats
path: root/lexical/slowsort.go
blob: 79f0e621ad2af9ed359bee8b0cddd784782ed76f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17