On 6/25/26 01:54, Alex Bennée wrote:
+ifneq ($(CROSS_CC_HAS_ARMV9_FPRCVT),) +AARCH64_TESTS += fcvt-fprcvt +fcvt-fprcvt: LDFLAGS += -lm +fcvt-fprcvt: CFLAGS += $(CROSS_CC_HAS_ARMV9_FPRCVT) -DFPRCVTDo you actually need $(CROSS_CC_HAS_ARMV9_FPRCVT) in the compile? -DFPRCVT handles the compilation.
We should need the flag. If we don't, then we're assembling the wrong insn. r~
