Minux Ma
Results
32
comments of
Minux Ma
Interesting. I think liblink should generate the data when reading the object file. see: https://github.com/4ad/go/blob/dev.arm64/src/liblink/objfile.c#L793 liblink/obj[568].c synthesize the constant during assembly, but i think that's redundant and wastes space.
cmd/5g also does it that way. two indirections to get a general FP constant (that can't use vmov #imm form) It depends on where do we put the floating point...