The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




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: 1 Guest(s)