-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Floating-point casts (sometimes) don't work on AVR #108489
Copy link
Copy link
Closed
rust-lang/compiler-builtins
#527Closed
Copy link
Labels
A-floating-pointArea: Floating point numbers and arithmeticArea: Floating point numbers and arithmeticC-bugCategory: This is a bug.Category: This is a bug.O-AVRTarget: AVR processors (ATtiny, ATmega, etc.)Target: AVR processors (ATtiny, ATmega, etc.)
Metadata
Metadata
Assignees
Labels
A-floating-pointArea: Floating point numbers and arithmeticArea: Floating point numbers and arithmeticC-bugCategory: This is a bug.Category: This is a bug.O-AVRTarget: AVR processors (ATtiny, ATmega, etc.)Target: AVR processors (ATtiny, ATmega, etc.)
Type
Fields
Give feedbackNo fields configured for issues without a type.
This code:
... prints (under simavr):
... but moving the code into a loop:
... breaks something:
I'll try to investigate what's going on, I just thought I'll create an issue in case someone else stumbles upon this one as well.