All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Hexagon (target/hexagon) fix typo in comment
@ 2021-03-15  4:55 Taylor Simpson
  2021-03-15  5:02 ` no-reply
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Taylor Simpson @ 2021-03-15  4:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd, tsimpson, richard.henderson

Signed-of-by: Taylor Simpson <tsimpson@quicinc.com>
---
 target/hexagon/op_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/hexagon/op_helper.c b/target/hexagon/op_helper.c
index 9f19007..7361a07 100644
--- a/target/hexagon/op_helper.c
+++ b/target/hexagon/op_helper.c
@@ -297,7 +297,7 @@ int32_t HELPER(fcircadd)(int32_t RxV, int32_t offset, int32_t M, int32_t CS)
 }
 
 /*
- * Hexagon FP operations return ~0 insteat of NaN
+ * Hexagon FP operations return ~0 instead of NaN
  * The hex_check_sfnan/hex_check_dfnan functions perform this check
  */
 static float32 hex_check_sfnan(float32 x)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-30 17:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  4:55 [PATCH] Hexagon (target/hexagon) fix typo in comment Taylor Simpson
2021-03-15  5:02 ` no-reply
2021-03-15  9:28 ` Philippe Mathieu-Daudé
2021-04-30 16:57   ` Laurent Vivier
2021-03-15 19:46 ` Richard Henderson
2021-03-15 21:12   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.