#1176: Configure-time check for whether to use powl() or pow(), since powl() is 
an
optional posix extension
----------------------+-----------------------------------------------------
 Reporter:  dukeleto  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  blocker   |   Milestone:  1.8  
Component:  build     |     Version:  1.7.0
 Severity:  high      |    Keywords:  rtems
     Lang:            |       Patch:       
 Platform:  all       |  
----------------------+-----------------------------------------------------

Comment(by dukeleto):

 This is what we currently have, and it is wrong:
 {{{
 /* local macro to call proper pow version depending on FLOATVAL */
 #if NUMVAL_SIZE == DOUBLE_SIZE
  #  define POW pow
 #else
 #  define POW powl
 #endif
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1176#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to