[Bug 264590] assembler generates wrong opcodes of instructions fdiv fdivp fdivr fdivrp fsub fsubp fsubr fsubrp

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Jun 2022 12:06:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264590

--- Comment #8 from var@schellong.biz ---
# define EXCHANGE  1
#if EXCHANGE > 0
# define fsubp   "fsubrp"
# define fsubrp  "fsubp"
# define fdivp   "fdivrp"
# define fdivrp  "fdivp"
#else
# define fsubp   "fsubp"
# define fsubrp  "fsubrp"
# define fdivp   "fdivp"
# define fdivrp  "fdivrp"
#endif
#undef EXCHANGE


A countermeasure.

-- 
You are receiving this mail because:
You are the assignee for the bug.