Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Memory corruption (Bugs 1.25 Beta) (*solved*)
#8
LCD Wrote:A compiler directive like -fast or -small could help.
Another option is to use a define, like -Dfast-math for example, and make the content of .asm files conditional to that define.
Code:
#ifdef fast-math

#else

#endif

Or simply, when using something like --fast-floating-point or the like, just define such tag internally.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)